Jump to content
UBot Underground

String Length


Recommended Posts

If you just want the first 12 characters of a string you can do this:

set(#text,"trying to restrict a string to 12 characters(actutal string is 25 characters) but unable to find a way","Global")
set(#substring,$substring(#text,0,12),"Global")

If you need something else it would help if you can explain more detail and provide code examples if possible.

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...