Jump to content
The simFlight Network Forums

Recommended Posts

Posted

What is the proper way to add comments to an .Hav file in the FSUIPC7 WASM module Hvar file Persistent area; that is, what symbol(s) designate a comment?

Thanks,

Al

 

Posted

Any line starting with a semicolon (';') or double slash ('//') is ignored,  so you can use these for full line comments.
Hvars themselves cannot contain spaces, so the hvar name is read up to the first space, and anything after that is ignored.  So you can add comments after a space.
Probably a good idea to use your own designator though, e.g. '//' or '--'.

John

Posted
8 hours ago, John Dowson said:

Any line starting with a semicolon (';') or double slash ('//') is ignored,  so you can use these for full line comments.
Hvars themselves cannot contain spaces, so the hvar name is read up to the first space, and anything after that is ignored.  So you can add comments after a space.
Probably a good idea to use your own designator though, e.g. '//' or '--'.

John

Thanks!

Al

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.