Asked
Resolved Resolved by DJ Sures!

Switch / Case Statement

I am neck deep  in programming my "Simone" robot. I know that I can use multiple or nested if/elseif/then statements, but what would really make my life easier would be a "switch / case statement."

switch(expression) {

   case constant-expression  :
      statement(s);
      break; 
   
   case constant-expression  :
      statement(s);
      break; 

    default : 

By the way, what programming language was EZ Script based on?


ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

#2  

Just a little additional info, EZ Script is essentially based on VB Script, but as DJ pointed out, ARC also supports more advanced languages like Javascript and Python as well as Blocky, which is a drag and drop based on another language whose name currently escapes me.

Alan

#3  

DJ,

So you are saying that I should move to Python. OK. I'll give it a try. Thanks!

--Thomas

PRO
Synthiam
#4  

Python or JavaScript. I prefer JavaScript because python doesn’t seem visually esthetically pleasing to me. Either work and either are hundreds of times faster than ezscript