antdickens
Programmer
Is there a way to nake a variable so that part of it can be changed. For example i am creating a form with data from a text file.
There are 40 lines of data so ideally i would like to say
start loop
counter = counter ++
price(counter) = x
next
then the values which i have specified in a block of html which is sent to the browser, ie
$price1,$price2
will have the values gained from the loop. Any ideas
There are 40 lines of data so ideally i would like to say
start loop
counter = counter ++
price(counter) = x
next
then the values which i have specified in a block of html which is sent to the browser, ie
$price1,$price2
will have the values gained from the loop. Any ideas