Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messagebox message size
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01009984
Message ID:
01009991
Views:
13
This message has been marked as the solution to the initial question of the thread.
I believe the limitations is 1024 characters. Use the shell Popup inatead, which has a higher limit
WshShell = CreateObject("WScript.Shell")
lcstr=REPLICATE('A',5000)
WshShell.Popup(lcstr,,"Very long string")
>Hi.
>Is there a way of increasing the messagbox message size. it seems to be limited to a certian no. of characters and just truncates the rest?
>
>Regards,
>Gerard
Previous
Reply
Map
View

Click here to load this message in the networking platform