I guess I'm talking about using example files from the disk that came with it and using #INCLUDE when compiling. The disk files are difficult to get to run with "current directory" showing a location in my User folder. The #INCLUDE example gives me a "Could not find include file "StringLibrary"" and "failed to Unfoldincludes" even though they're in the same directory. It seems that the "current directory" is in mu User folder and I can't change it. Is that by design? Should I reinstall and just go with the default locations?
Rem Project: TestLibrary
Rem Created: Saturday, November 29, 2014
Rem ***** Main Source File *****
#INCLUDE "StringLibrsary.dba"
PRINT Pos("abcd","b")
WAIT KEY
END
Nick Z.