[[https://www.revelation.com/|Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community]]
==== rev g2b, comments in tcl voc items (AREV Specific) ====
=== At 31 MAR 2000 07:48:43PM Richard Wilson wrote: ===
{{tag>"AREV Specific"}}
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
----
=== At 31 MAR 2000 10:28PM Steve Smith wrote: ===
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
----
=== At 01 APR 2000 06:20AM Richard Wilson wrote: ===
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
----
=== At 02 APR 2000 02:39AM Richard Hunt wrote: ===
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.
----
=== At 02 APR 2000 04:55AM Richard Wilson wrote: ===
* & ! & 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
----
=== At 02 APR 2000 07:10PM CT Savell wrote: ===
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
----
=== At 03 APR 2000 05:26AM Steve Smith wrote: ===
SUBROUTINE REM
RETURN
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=E7D4ED52BB7DCB97852568B30082CDBC|View this thread on the forum...]]