LPATH()
PURPOSE
This function will return the library path value. This will be the location of your .lib files for your projects.
NO OTHER PARTS
RETURN TYPE - A
The receiving field should be at least 80 characters long.
COMMENTS
If your receiving field is too short the path will be truncated.
SEE ALSO
EXAMPLE
define x type a size 255
x = lpath()
(* x would now contain a value similar to:
'C:\TAS7\lib\' *)
Page url: http://www.cassoftware.com/tas/manual/librarypath().htm