MESSAGE can't handle long strings

mabl4367mabl4367 Member Posts: 143
Hi all!

I think my client (3.70 Hotfix 10 (4.0 SSP2)) kraches when trying to display a message box with a string that is too long.

The function call looks like this:

MESSAGE(text1+text2);

text1 and text2 have length 1024. The function does not give an error but the client sometimes krasch.

How large strings can MESSAGE handle safely?

Is there a workaround for larger strings?

Comments

  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    Try this
    MESSAGE('%1%2',text1,text2);
    
    "Money is likewise the greatest chance and the greatest scourge of mankind."
Sign In or Register to comment.