Quote:
|
Originally Posted by lowphat
anyone know if you can import settings from a file and assign them to a var in an expert?
|
of course, you can use FileOpen(FileName,FILE_CSV|FILE_WRITE,";"); for prewrited file then use related reading syntax such as FileReadArray,FileReadString, ....