Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hi

Is there any offset who independently manage the integer an the decimal part from the number of NAV frecuency ? (i.e. 118.15 is integer=18 and decimal=15)

Thanks in advance

PS. Sorry, but my english is so bad :oops:

Posted

No, there isn't.

Are you looking at EPL (and thereore EpicInfo) or using straight FSUIPC and using VB, C++ or delphi?

In VB you could try:

tempstr = CStr(IntegerNumber)

tempWhole = mid(tempstr, 1, 2)
tempFrac = mid(tempstr, 3, 2)

In EPL its a little trickier, but not impossible.

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.