hi there
i have this string [code=vb]
dim str as string
str="1,2,3,4,"[/code]
i required this
[code=vb]
str="1,2,3,4"[/code]
can anyone help..!
i have this string [code=vb]
dim str as string
str="1,2,3,4,"[/code]
i required this
[code=vb]
str="1,2,3,4"[/code]
can anyone help..!
Comment