The MSG Function (Functions/Subroutines/Programs)

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.

  • kb/kb_articles/kb0098.txt
  • Last modified: 2024/01/30 13:36
  • by 127.0.0.1