Hints, tips and tricks for newbies
Moderators: Dorian (MJT support), JRL
-
brunop
- Junior Coder
- Posts: 38
- Joined: Mon Dec 03, 2007 2:29 pm
Post
by brunop » Sat Jun 12, 2010 7:52 pm
Im creating a script that is composed of a lot of segments, but those segments added up becomes a real pain to keep track of so I was wondering if there was a way to make it easier for me to comprehend the full script.
Maybe being able to color each segment a different color or maybe just having a list of shorcuts that leads to each of the segments that are stored alone or?
Im using the // to insert a heading of each segment but its not quite enough
How do you guys do it?
Bruno
-
JRL
- Automation Wizard
- Posts: 3526
- Joined: Mon Jan 10, 2005 6:22 pm
- Location: Iowa
Post
by JRL » Sat Jun 12, 2010 8:40 pm
Look up "bookmarks" and "code folding" in help
-
brunop
- Junior Coder
- Posts: 38
- Joined: Mon Dec 03, 2007 2:29 pm
Post
by brunop » Sun Jun 13, 2010 10:53 am
Great CODEBLOCK was just the thing I was looking for
Thanks!
Bruno