Hello all,
I have this problem with string data type.
I have this code:
dim strPartPartNum as string
dim strPartPartNumExist as string
strPartPartNum = strPartPartNumExist & "," & Chr$(34) & strPartPartNum
What I am trying to do here is each value of string variables will be save on another variable.
the the strPartPartNum will be save in the table.
the problem is, the save data in the table will have an extra quotation marks on it.
ex: pen, " pencil
I would like to remove that quotation marks between each string everytime they print in table
Can someone help me pls.
Thank alot,
baul
I have this problem with string data type.
I have this code:
dim strPartPartNum as string
dim strPartPartNumExist as string
strPartPartNum = strPartPartNumExist & "," & Chr$(34) & strPartPartNum
What I am trying to do here is each value of string variables will be save on another variable.
the the strPartPartNum will be save in the table.
the problem is, the save data in the table will have an extra quotation marks on it.
ex: pen, " pencil
I would like to remove that quotation marks between each string everytime they print in table
Can someone help me pls.
Thank alot,
baul