-
Notifications
You must be signed in to change notification settings - Fork 36
Left Function
Nilesh Ghodekar edited this page Jan 8, 2016
·
2 revisions
string Left(value:string, length:int)
Returns the leading substring of specified length. If the specified length is greater than the input string, the entire input string is returned.
If the second input parameter (length) is null, an exception is thrown. If the specified length is greater than the input string, the function returns the entire input string.
1.0.0.0 and later
Left([//Target/MiddleName],1)
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum