Data Type - string

System.String



Returning the Length of a Constant

String.Copy("some text").Length 

Common Escape Sequences

\'single quote - needed for character literals
\"double quote - used to print a double quote character, needed for string literals
\\backslash - used to print a backslash character
\nnewline - position the cursor at the beginning of the next line
\thorizontal tab - move the cursor to the next tab stop
\rcarriage return - positions the cursor at the beginning of the current line
\vvertical quote
\aAlert
\bBackspace
\fform feed

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext