 | | Re: Are there GOTO statements in NQC?
|
|
(...) No, NQC does not support goto. I at one point started to add goto to the language, but abandoned the effort when I installed legOS on my brick. It's not really all that hard to add goto to the NQC language; it's a couple minor changes to the (...) (22 years ago, 20-Nov-03, to lugnet.robotics)
|
|
 | | Re: Are there GOTO statements in NQC?
|
|
(...) Quoting from the NQC Guide: The goto statement forces a program to jump to the specified location. Statements in a program can be labeled by preceding them with an identifier and a colon. A goto statement then specifies the label which the (...) (22 years ago, 20-Nov-03, to lugnet.robotics)
|
|
 | | Re: usb problem
|
|
I tried many things, I am running RedHat 9.1 with kernel 2.4.20 and firmdl is the latest one. I used the option --tty=/dev/usb/ttyUSBx and --tty=/dev/ttyUSBx (On command line or included in the firmdl.c ) but when running the firmloader it gives and (...) (22 years ago, 20-Nov-03, to lugnet.robotics)
|
|
 | | Are there GOTO statements in NQC?
|
|
Hello all, I REALLY need to use a goto statement in the NQC programming project I'm doing for the RCX. Dows anybody know if such a statement extsts, and if so, what the syntax is? I know gotos are bad programming practice, but its really hard to (...) (22 years ago, 20-Nov-03, to lugnet.robotics)
|
|
 | | Re: failure in communicaton between RCX & IR Tower
|
|
well, the IR tower is fired when I tested out with different powered hubs. I used 2.0 powered hub, the same symptom occured... the OS crashed in the identical fashion. When I used 1.0 powered hub, the tower mysterably ceased to response, then the OS (...) (22 years ago, 20-Nov-03, to lugnet.robotics.rcx.robolab)
|