Title: | DOCUMENT T1.0 |
Notice: | **New notesfile (DOCUMENT.NOTE) now available (see note 897)** |
Moderator: | CLOSET::ADLER |
Created: | Mon Feb 09 1987 |
Last Modified: | Thu Oct 31 1991 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 897 |
Total number of notes: | 4397 |
I can't get the <condition> tag to work. I am using SPEC and PLAN as conditions; but each time the <condition> tag is reached, I get an error message "Argument 1 to tag <IFDEF> is not a valid name" What do I do to make them valid names? --Jay
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
55.1 | spaces? | VAXUUM::KOHLBRENNER | Wed Mar 04 1987 13:17 | 11 | |
If you put a space before or after the SPEC or PLAN in the argument list it will be an illegal name: <condirtion>(spec) this is ok <condition>(spec ) this is not ok (Well, you DO have to spell the tag correctly, but you get the idea... :-) was that the problem? | |||||
55.2 | EUREKA! | WAGON::FEELEY | Wed Mar 04 1987 14:09 | 10 | |
(spaces ) ... Thanks for your quick reply. That was the problem exactly. When using the LSE, and using the CTRL-K function to delete the optional arguments, there is an extra space left, and I left it there on all my conditionals. Thanks again. --Jay | |||||
55.3 | Fix for "illegal" names in <CONDITION> | VAXUUM::KOHLBRENNER | Mon Mar 09 1987 15:47 | 7 | |
The field test update will have two fixes. 1. LSE won't leave the extra space in the arg list. 2. THe tag definition for <set_condition> and <condition> will give a better error message if you supply a condition-name that is "illegal". |