Working through Spin Programming Tutorial in help file. Question about some code
I have reached Lesson 7: Launching Multiple Parallel Processes.
Under the OBJ method they have the following:
OBJ
· LED[noparse][[/noparse]6] : "(Ch3-Ex07) -Output"
I get an error saying that it cannot find that object. Is this a typo in the help file? If I change it to:
OBJ
· LED[noparse][[/noparse]6] : "Output"
It works. Please explain.
Thanks.
Under the OBJ method they have the following:
OBJ
· LED[noparse][[/noparse]6] : "(Ch3-Ex07) -Output"
I get an error saying that it cannot find that object. Is this a typo in the help file? If I change it to:
OBJ
· LED[noparse][[/noparse]6] : "Output"
It works. Please explain.
Thanks.
Comments
yes I think this is a typo
in older versios of the propellertool (until version 1.2.5) the files were named (Ch3-Ex0x)-Output
were "x" are different numbers
the Output.spin-file from subdirectory
C:\Program Files\Parallax Inc\Propeller Tool v1.2.6\Examples\Help\Spin Tutorial\Exercise 07-1\Output.spin
has the same content as the (Ch3-Ex0x)-Output.spin-file
best regards
Stefan