Posted By
Billy Cheung
01-28-2015 15:53
Found In
Egroup:
Graphics
\
view thread
Hi Steve, currently there're no Visual Logic blocks to split strings nor finding a substring. Here's a script that will do what you're looking for: dim textObject as xpTextObject Scene.GetObjectByName("FirstName", textObject) textObject.Text = Split(Text, " ", 2)(0) [put that ...
|