hi, i have an inputstring
and the input is something like this
SetTempCycle Cycle=On Start=37.0 End=35.0 Inc=5.0 HiLim=42.0 LoLim=35.0 Dir=1 NumCycles=1 TimeOut=12 Output=Off Oven=1 Front=12 Back=4
so basically, of index 0, i set TempCharMode = On,
index 1, i set TempStart=37
index 2, i set TempEnd = 35
index 3, i set TempInc=5
index 4, i set HiTempLimit=42
index 5, i set LoTempLimit= 35
index 6, i set Dir=1 (positive direction)
index 7, i set NumTempCycles=1
index 8, i set Timeout=12
index 9, i set TempOutput=Off
index 10, i set Oven=1
index 11, i set Front=12
index 12, i set Back=4
is there a way for me to do anything with index array to let me set
SetTempCycle Cycle=On Start=37.0,42,35 End=35.0 Inc=5.0 HiLim=42.0 LoLim=35.0 Dir=1 NumCycles=1 TimeOut=12 Output=Off Oven=1 Front=12 Back=4
i don't know if my question is clear. I don't even know if it is possible to do so..
i want to set TempStart as an array of = 37, 42, 35, etc.... and not just 37 as indicated in my picture..

Message Edited by krispiekream on
04-22-2008 01:49 PM
Best regards,
Krispiekream