Remove spaces before commas in string

@macaskillh

Use this in assign

Str is where i assume the string is stored

str = Str.Replace(" ,",",")

Cheers

1 Like