After (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(No difference)

Revision as of 17:41, 23 April 2014

Part of string after a substring (String class)

[Introduced in Model 204 7.5]


This page is under construction.

Syntax

%outString = string:After( substring, [Start= number])

Syntax terms

%outStringstring
string string
substring string
Start number
This default value of this argument is ??.

Usage notes

Examples

See also