LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Jul 29, 2003 3:20 am |
I'm sorry, apparently I'm not being specific enough.
In the box labeled Value:, put this on the first line:
#var siphealth 1
Then hit the Enter key to get another line.
On the next line put:
#IF (@autosip=1) {sip health}
Then, click the Save button.
If you did it correctly, you'll have TWO lines in your Value: box which look like this:
#var siphealth 1
#IF (@autosip=1) {sip health}
If you did it wrong, you'll have ONE line which looks like this:
#var siphealth 1 #IF (@autosip=1) {sip health}
and has a syntax error message which says argument expected
I hope I made this clear enough. If not, I hope someone else will have more luck in explaining it to you. In any case, it would be better to reply to one of the existing threads instead of starting a new one. When people can see what answers you've already received it often helps them to figure out what you're having trouble understanding. When you keep starting new topics, there's no continuity which means the answers aren't likely to get any clearer. |
|