how can I includ the wordsk and warning int my index?
look...
if(pressure[index]>=699)
{
status[index]=ok;
}//end if
else
{
status[index]=warning;
}//end else
it doesnt recognise characters, but if I say
if(pressure[index]>=699)
{
status[index]=1;
}//end if
else
{
status[index]=2;
}//end else
it works great



LinkBack URL
About LinkBacks
k and warning int my index?



from end of lines. Precompiler lines don't need them (lines starting with #)