It's been a long time since I've fiddled with rev g2, is there a way
to add comments to a tcl paragraph. I like to document all mods
by time/date stamping items I change, no problem with prgms
or S-type dict items, I just dont remember if it is allowed in paragraphs
Thanks in advance
Simply compile and catalog a subroutine that does nothing
called REM and then add comments to your VOC TCL script with
the line REM ……
Steve
I was thinking about doing that last night but wasnt sure I really wanted to. I'm glad someone else had the same Idea
thanks
This is what I do… I use an asterisk "*" to comment lines. Here, like this…
TCL
* Selecting…
SELECT 10 VOC
* Listing…
LIST VOC
Works perfectly for me.
* & ! & rem are not standard parts of revg2 for comments in tcl stacks, someone must have created something similiar to what Steve suggested. I believe at Arev 1.x the ! started to be supported
Steve,
What does your REM program look like?
I have always used the "?" prompt which has the disadvantage of
presenting the text to the user every time the VOC program is run.
Sometimes I don't want that.
Thanks
Tom
SUBROUTINE REM
RETURN