UtfSeek

From Multi Theft Auto: Wiki

Jump to: navigation, search

The function returns the byte position at specified character position.

Syntax

int utfSeek ( string theString, int position )

Required Arguments

  • theString: The string.
  • position: An int with the specified charachter position.

Returns

Returns an int if the function was successful, false otherwise.

See Also