Reply To: SPLIT

Home Forums General discussions SPLIT Reply To: SPLIT

#4675
David Shorter
Participant

here you go
!!!!!2D script
!!=======================
string=“#4 Rebar”
number=strlen(string)
text2 0,0,number
reducedString=STRSUB(string, 2,number-2)
text2 0,-.5, reducedString
!!=======================
number = 9
reducedString = 4 Rebar

this is one way but there per others
Hope this helps
David

Attachments: