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