|
Table of Contents
strrightDescriptionExtract a substring of text from the end of a string (the 'right'). Function prototypestring strright <string:Text> <int:nChars> Arguments
Return valueA string containing the desired range of the Text string. Exampleecho <strright "A B C D 1 2 3 4" 5> … the output of which is written to the event log by echo as: 2 3 4 CommentsNone. See alsoExcept where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
|