Function
EN
Version 2.00
@StringExceptions
Misc
Text
Syntax
@StringExceptions(TEXT1);
Description
The string exceptions (see the StringExceptions texts) that the compiler applies to static texts are also applied by @StringExceptions to the passed TEXT TEXT1.
Example @StringExceptions(TEXT1):
Text:=@StringExceptions("\\D049\\D049 is not equal to \\X32\\X32");
Text is assigned the TEXT value "11 is not equal to 22".
Important: because the compiler already applies the string exceptions the first time, the following text is passed to @StringExceptions:
"\D049\D049 is not equal to \X32\X32"
Note : This text was machine-translated and may contain inaccuracies.
