LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

There is no Ini_PutUInt64() function.

In LabWindows/CVI 2020, infile.fp has Ini_GetUInt64() function but not Ini_PutUInt64() function.
Is there a way to use the Ini_PutUINT64() feature?

0 Kudos
Message 1 of 3
(166 Views)

You can convert the integer to a string using printf("%llu") and then save the string value to the INI file using Ini_PutString.

0 Kudos
Message 2 of 3
(130 Views)

Thank you, and that would be the best option for now.
Have a nice day~

0 Kudos
Message 3 of 3
(116 Views)