Left
Method Signature
Left(string=[string], count=[integer])Arguments
Argument
Type
Required
Description
Default
Examples
Using left() on a string
writeOutput( left( "The quick brown fox jumped over the lazy dog", 19 ) );
Using left() with a negative count on a string
Using left() in a function
Using left() to test values
Using left() as a member function
Additional Examples
Related
Last updated
Was this helpful?
