getfilename Method
Object: frmbehindsc
Expand/Collapse source code of procedure getfilename Source Code
*-- Extract file name
LPARAMETER tcString
RETURN LEFT(tcString, AT(",", tcString) - 1)