Vocola Information Pages   by Rick Mohr   (last modified February 18, 2002)

 Introduction
 Using Vocola
 Language Tutorial
    Keystroke Commands
    Using Alternatives
    Defining Variables
    Substituting Actions
    Function Calls
    Optional Words
->     Comments
    Contextual Commands
    Example File
 Download Vocola
 Install Vocola
 Converting DVC Files
 Troubleshooting
 Support
 Wish List
 My RSI Story
 

Comments

Comments Using comments in your Vocola command files can help you or somebody else understand the sometimes-cryptic keystroke sequences.

Comments in Vocola are specified by the "#" character. Anything on a line following a "#" character is ignored by the command parser. Here is an example:

 # Extract a file pathname from a Netscape mail message
 Get File Name = 
    {Ctrl+l} Wait(500)           # Open a "forward" window
   "{Enter 2}"                   # Move to message body
    {Ctrl+f}:\{Enter}{Esc}       # Search for ":\"
   "{Left 3}{Shift+End}{Ctrl+c}" # Copy entire pathname
    {Alt+F4};                    # Close the window




This page is (c) Copyright 2002 by Rick Mohr, and was last modified on February 18, 2002.