Posted By:
hassan_sabirin
Posted On:
Saturday, August 23, 2003 09:06 AM
I have a set of textfields. These txtfields contain values(numbers).
now, what i want to do is arrange these values in a table in MS Word table format. I am using the Transferable and Clipboard API to copy the values. However, I need to know what is the character used to represent a table separator. anyone knows about that?
currently, my table is in this format, using tab as its separator:
data1(tab)data2(tab)data3(newline)data4(tab)data5(tab)data6(newline)
to get
data1 data2 data3
data4 data5 data6