Home
Help
Search
Login
Register
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Slick-C® Macro Programming
»
toggle_comment command
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: toggle_comment command (Read 21658 times)
hs2
Senior Community Member
Posts: 2761
Hero Points: 292
Re: toggle_comment command
«
Reply #15 on:
October 10, 2007, 09:08:20 PM »
Oops - 'loop' is a new Slick-C feature since v12.0.x (3 ?). see
http://community.slickedit.com/index.php?topic=691.msg3045#msg3045
Quite a number of these features are implemtend until now (maybe all).
Seems that you are not upgraded to v12.03, right ? Which version do you use ?
Knowing that I could quickly see what I can do...
HS2
Logged
hs2
Senior Community Member
Posts: 2761
Hero Points: 292
Re: toggle_comment command
«
Reply #16 on:
October 10, 2007, 09:17:51 PM »
However,
loop {}
can be replaced with
while (1) {}
/
while (true) {}
.
Note that the
comment()
/
comment_erase()
commands where greatly improved in v12.03.
Hope they are even available in your version, so you could give it a try ...
HS2
Logged
witness9
Community Member
Posts: 54
Hero Points: 2
Re: toggle_comment command
«
Reply #17 on:
October 10, 2007, 09:38:07 PM »
Thanks! Our upgrade process here is very slow.
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Slick-C® Macro Programming
»
toggle_comment command