Internet PLC Forum

General => Technical support => Topic started by: Kenny on March 11, 2004, 04:14:26 PM

Title: Case Statement
Post by: Kenny on March 11, 2004, 04:14:26 PM
Does anyone know how to write CASE STATEMENT? ???
Title: Re:Case Statement
Post by: support on March 11, 2004, 07:06:10 PM
As of now, the TBASIC does not support a "case" statement. So you have to use the nested IF THEN ELSE in place of it.