The MSG Function (Functions/Subroutines/Programs)
Created at 27 MAY 1997 02:22PM
If you are trying to use the MSG function and the variable you are trying to display contains any system delimiters it may not display correctly. (forexample, a message box or button may display with garbled text or won t function properly) What you need to do is use either the CONVERT or SWAP commands. For example:
CONVERT @fm to ',' in VarName
-or-
SWAP @fm with ', ' in Varname
Your message box should now display correctly.