12-01-2005 10:12 AM
12-01-2005 10:41 AM
hi there
all settings from the options are saved in the file LabView.ini in the LabView folder. the setting for the decimal seperator is
useLocaleDecimalPt=False
just play around with the options and see how LabView.ini changes.
When you create an executable the instance of the Runtime Engine (RTE) reads the file <your apps name>.ini in the folder of the application instead of LabView.ini, so you can adjust the options for each application as you like it. but be careful: the application builder may create a default (i.e. empty) ini - file that replaces an existing one, so always make backups. when creating an installer add the .ini - file to the list of additional files and install it in the applications directory.
another tip: for a "static" selection of the seperator i would prefer the "Scan from String" and "Format into String" functions cuz then i can set the seperator (and format and many more) in my code and not in a seperate file which may be edited or deleted. just doubleclick on the functions for more information.