getfilename Method
Object:
frmbehindsc
Source Code
*-- Extract file name
LPARAMETER
tcString
RETURN
LEFT
(
tcString
,
AT
(
","
,
tcString
)
-
1
)