Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the String Left functoid (
) to retrieve a specified number of characters from the start of a string.
Input
Parameter 1: A string from which to retrieve a specified number of its starting characters.
Parameter 2: A numeric value that is the number of characters to retrieve.
Output
Output 1: A string that contains the specified number of starting characters from the string specified by parameter 1.
See Also
String Functoids Reference
String Functoids
How to Add Basic Functoids to a Map