it could be interesting to have this kind of feature.. but for now, the only way you can do it is to use the Comment Block button in the MicroCode studio located at the right side of the toolbar
it could be interesting to have this kind of feature.. but for now, the only way you can do it is to use the Comment Block button in the MicroCode studio located at the right side of the toolbar
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hello Eoasap,
Well, I am not sure if this is going to help, but....
the Apostraphie? Anything after the Apostraphie is considered a comment. Thus place a Apostraphie at the beginning of the lines of code you want to block out.
junk var byte
for a = 1 to 10
Junk=junk*10
' junk=junk /10 this has a apostrophie at the beginning.
' ..... So does this line and the next 2 lines.
' ..... Thus, 4 lines of code will be ignored.
' .....
next a
Dwayne
Last edited by Dwayne; - 12th October 2005 at 18:44.
Ability to Fly:
Hurling yourself towards the ground, and missing.
Engineers that Contribute to flying:
Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute
Pilots that are Flying:
Those who know their limitations, and respect the green side of the grass...
lol! i feel pretty stupid for never seeing that. that'll do the trick. thanks alotOriginally Posted by mister_e
![]()
Thanks Dwayne,
I've gotten that far, but i was just struggling with trying to comment out
sections of code (such as a feature that might be causing problems). I hadn't seen the block comment feature in microcode studio, but that does the trick well
Glenn
Bookmarks