GetSubString: Revision history

From Sinfar

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 October 2024

  • curprev 01:3301:33, 12 October 2024Elemuffin talk contribs 504 bytes +504 Created page with "====== GetSubString ====== <syntaxhighlight lang="c">string GetSubString(string sString, int nStart, int nCount=2147483647);</syntaxhighlight> The original documentation can be found here: https://nwnlexicon.com/index.php?title=GetSubString On Sinfar This function has been extended work like PHP's substr function: https://php.net/substr so: * nCount is optional * nCount and nStart can be negative Category:Builders Tools Category:Scripting Systems Category:C..."