|
|
Browse by Tags
All Tags » workaround
-
Tony,
You may already figured out (but I don't think that it's in the documentation) that backslash is a special character in strings. There are, I believe, fivespecial sequences that are recognised by Phrogram (and many other programming languages like C, C++, Java, C# ...). These are:\n - represents a 'newline' character
\r - ...
|
|
|