Sorry for long title, and I'm not quite sure if this is a bug or some kind of weird feature. I have no idea what this is.
When setting up a DIALOG for inputting a filename (the one DIALOG with the keyboard), using the % creates some...strange behavior. These will always return the same results every time, but the actual result of this behavior is inconsistent. In most cases, the % will just disappear from the caption string. In others, the % and the character immediately after it will disappear. Sometimes, putting 2 % next to eachother will cause a % ti appear in the text string. I'm just not sure what to think of it.
Take this test code and examine the caption string on the dialog:
VAR$=DIALOG("","TEST%%_TEST%_TEST%")If someone could perform further tests and try to explain this, that would be great. I certainly can't understand it.