str-var = SPF_UnQuote$(source-str)


Operands:

source-str

The string to be 'un-quoted'. UnQuote$ will remove the outer quotes from a string, if it is indeed quoted. Unquoted source strings are returned unchanged.


The outer quotes may be any of the standard SPFLite supported quotes. i.e. Single quotes ' - Double quotes " or Back quotes `


Returns:


RC will always be 0 and Msg$ = "" (Null)


Created with the Personal Edition of HelpNDoc: Full-featured Help generator