cjkenworthy
Programmer
I've got a string:
(value1, value2, value3, value4,)
I want to trim the string at the end by removing the last comma. Which vbscript function would let me do this - to achieve:
(value1, value2, value3, value4)
(value1, value2, value3, value4,)
I want to trim the string at the end by removing the last comma. Which vbscript function would let me do this - to achieve:
(value1, value2, value3, value4)