If the values are different from one another, them use a long string, and use strsplit, wich creates an array with the values...
something like:
myvalues()=StrSplit("250,1,0,45,10,101",",")
Will populate an array called myvalues:
myvalue(0)=250
myvalue(1)=1
myvalue(2)=0
myvalue(3)=45
myvalue(4)=10
myvalue(5)=101
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)

My Posts helped you? Consider Buying me a Porto Glass!
|