Page 1 of 1

Caption is a variable

Posted: Sun Sep 29, 2013 12:30 am
by IdeasVacuum
[PB5.20]
Typing in a Caption Variable Name with an invalid char results in a pop-up message and the caption string is erased. It would be far better if:
1) The message reported which char is invalid
2) The Caption is left so that the User can just edit-out the errant char

Re: Caption is a variable

Posted: Sun Oct 27, 2013 9:03 pm
by nikoniko
As variant has a setting to prevent show error message for invalid chars.

For example, I use call my function to internalization application.
Lng("File") for menu or more complex Lng("Open file..") for button.

And add "caption as var" to menu definitions.