User:Cory Fimicoloud/LSLFunctions: Revision history

Jump to navigation Jump to search

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.

3 August 2009

16 February 2009

25 January 2009

  • curprev 04:0304:03, 25 January 2009Cory Fimicoloud talk contribsm 1,916 bytes +1,916 New page: ==My Functions== ===Text=== ====String==== =====UTF8Len===== Returns the UTF-8 byte count of the string passed to it. <lsl> integer UTF8Len(string fsString) { // Author: Cory Fimicoloud ...