The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Very quick question..
Posted: 25 Sep 09 12:15 PM
|
Is there a way in saleslogix script to comment out large blocks of code rather than having to comment out each individiual line? I usually enclose the block between /* and */ but doesnt work. |
|
|
|
Re: Very quick question..
Posted: 25 Sep 09 12:25 PM
|
The /**/ works on C (and related languages), so it won't work on VB Script.
Whenever I have a large amount of commenting to do that it will just take to long to do it by hand, I Copy the code onto a different code editor that allows me to comment full blocks and then paste it back onto SalesLogix.
|
|
|
| |
| |
| |
|