getting information from a table field
Posted: Tue Aug 05, 2008 2:10 am
i have a table with 13 columns all up
each line uses a different number of columns but always sequential from LHS
Column 13 always has some information and it is stored as numbers separated by commas. by setting the delimiter to tab I can access all information except the individual items in column 13.
put item 13 of line n of fld "blends" gives me "0.925,0.921,2.02,0.98"
I have tried:
put item 2 of (item 13 of line n of fld "blends") and get ""
put word 2 of (item 13 of line n of fld "Blends") and get ""
any suggestions?
cheers
Glenn
each line uses a different number of columns but always sequential from LHS
Column 13 always has some information and it is stored as numbers separated by commas. by setting the delimiter to tab I can access all information except the individual items in column 13.
put item 13 of line n of fld "blends" gives me "0.925,0.921,2.02,0.98"
I have tried:
put item 2 of (item 13 of line n of fld "blends") and get ""
put word 2 of (item 13 of line n of fld "Blends") and get ""
any suggestions?
cheers
Glenn