Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2005-01-07 09:33 AM
2005-01-07 01:43 PM
2005-01-07 04:45 PM
ch1 = OPEN ("DATA", "file1", "SEPARATOR=';', MODE = RO", DIALOG)using FULLPATH instead of DIALOG, the parser does not visualize a dialog, and uses directly the given string as path of the file... if ch1 is different from 1 there is a problem and the operation was unsuccessful... so I could use:
2005-01-07 05:51 PM
2005-01-07 06:07 PM
Also, your first line should be
h="c:\win\doc\test.txt"
and not
h:"c:\win\doc\test.txt"
As I can see in the GDL Help, not equal can be shown by both <> and #.Right...
2005-01-10 12:42 PM