utfSub | Multi Theft Auto: Wiki Skip to content

utfSub

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


The function returns a sub string, from the specified positions on a character.

Syntax

utfSub ( )

Code Examples

server
local mystring = "Example String"
outputChatBox( utfSub( mystring, 9, 15 ) )