Click to See Complete Forum and Search --> : data into form !!! help please!!!


andy_117
01-28-2003, 04:34 PM
i am tring to hunt through a string of data and referece each part of the array. with not much look, help would be very much appriciated for this novice programmer

Webskater
01-28-2003, 04:39 PM
It might be helpful if you could be a bit more precise. What, exactly, is the problem?

andy_117
01-28-2003, 04:51 PM
i am trying to write an array that will hold 4 data items name of product, cost, ammount required and total cost of item. this will be held in the array as follows


::item1::item2::item3::item4:;;

but because u can buy multiple products the second dimension of the array must hold the repeated data

::item1::item2::item3::item4:;;
::item1::item2::item3::item4:;;

but i want to place these item in a text box within a form;;


many thanks and hope you can help