EXTRACT$ function
Purpose: EXTRACT$ returns a substring containing MainStr$ truncated at the beginning of the Match$ string.
Syntax: SubStr$ = EXTRACT$(MainStr$, Match$) Parameters:
Return Value:
|
Example:
DIMSubStr$ SubStr$=EXTRACT$("Filename.bas",".bas")
Result:
Filename
BCX Console Sample Programs using EXTRACT$ function.