View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old March 4th, 2021, 04:01 AM
Quote:
Originally Posted by Illyahr View Post
Got it to work properly. Thank you
No problem. I discovered a sleeker way to change parts of a string:

Code:
var disc as string
disc = field[fChosen].chosen.tagids[User.?]
disc = replace(disc, "User", "SpecSource", 0)
Thought it might be helpful for you.
Sendric is offline   #8 Reply With Quote