Actually, I just figured it out.  Since I was sending the IP address through a 
string scanner my switch statement 
wasn't liking me trying to compare a string to a number.  Once I changed my 
switch to something like this:

switch (inputs[1]) {

case "5": outputs[0] = "1"; break;
case "10": outputs[0] = "2"; break;
….
….
….

then it worked just fine.  Thanks for the help though, it is always much 
appreciated.



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to