Page 1 of 1
Posted: Wed Oct 23, 2002 3:04 am
by BackupUser
Restored from previous forum. Originally posted by scurrier.
it would be noce to have a remstart and remend or use
;; to start and ;; to end
Thanks
Sean
Posted: Wed Oct 23, 2002 3:16 am
by BackupUser
Restored from previous forum. Originally posted by TheBeck.
What does this do?
Posted: Wed Oct 23, 2002 3:41 am
by BackupUser
Restored from previous forum. Originally posted by SoulTaker.
TheBeck
It comments out blocks of code like a whole Procedure
RemStart
Procedure This()
Code
Code
EndProcedure
RemEnd
The Whole Procedure becomes a commented block.
Abit BD7-II Raid P4 1.9 gHz 384 Ram Xtasy GFroce 3 TI 200 CD-RW DirectX 9.0 Beta 3 Sound Blaster Live! XP Pro, Registered PureBasic version 3.40 For Windows.
Posted: Wed Oct 23, 2002 5:44 am
by BackupUser
Restored from previous forum. Originally posted by horst.
You can use:
CompilerIf 0
...
CompilerEndIf
Horst