Hey,
    Ok so I am looping through this tab delimited file to write it in a SQL
DB.  Rows are no problem.  Problem is in the columns.  There are many empty
columns, and as such two tabs right next to each other.  So my lengths come
out all wring, and when I try and use list functions I exceed the index.

    Ideally I would like to use listToArray, and just be able to call the
values that way.  Nice, easy, logical.  Any suggestions? hmm guess I could
do a replace() all #chr(9)##chr(9)# with #chr(9)# #chr(9)# or some such.
Off to try it :)

Timothy Heald
ACP/CCFD :)
910-425-9988

Manager Fayetteville ColdFusion User Group
http://www.fcfug.org

Fusebox Advisory Committee Member
http://www.fusebox.org

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to