REMAIN$ function
Purpose: If Match$ is found in MainStr$, REMAIN$ gets all characters in MainStr$ from the end of Match$. REMAIN$ complements the EXTRACT$ function
Syntax: RetStr$ = REMAIN$(MainStr$, Match$) Parameters:
|
Example:
RetStr$ = REMAIN$("Filename.bas", "name")
Result:
RetStr$ equals ".bas"