Hi,
Does anyone know why text output using the WRITE method does not display if the text begins with a [ ?
* I'm using version 3.50
TIA
Dave
Moderator: IDEAL Software Support
IDEAL Software Support wrote:Please see in the Programmer's Manual the chapter "Embedded Flag-Setting".
The "[" denotes a sequence of embedded flags. This is an alternative way to quickly modify properties like font size, colors, etc.
If you wish to print a single "[", use "[[".
Regards
Thorsten Radde
IDEAL Software GmbH
IDEAL Software Support wrote:Disabling the embedded flags is not possible, but the "[" character must be the very first character of a given string, so checking for this exception and replacing it with two consecutive "[[" can be done quickly.
Regards
Thorsten Radde
IDEAL Software GmbH
Users browsing this forum: No registered users and 15 guests