Bullsandbears123
Technical User
Does anybody know how to delete the last character of a string.
example
dim value as string
value="NAME1"
I need to edit the string so I get
value="NAME"
Thanks
example
dim value as string
value="NAME1"
I need to edit the string so I get
value="NAME"
Thanks