|
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Fri Jun 25, 2004 7:52 am
Yes/No Echoes |
I have the alias:
#ALIAS clearnotes {#YE "Do you really want to clear your notes?" {#VAR notepad ""} {}}
How do I make it '#ECHO Notes cleared.' if i choose yes, and '#ECHO Notes not cleared.' if i choose no? I tried adding on to it '#ECHO Notes cleared.' to see if it would add it if i choose yes, but it showed it whether I choose yes or no. |
|
|
|
Zener Wanderer
Joined: 31 May 2004 Posts: 54 Location: USA
|
Posted: Fri Jun 25, 2004 8:31 am |
#ALIAS "clearnotes" {#YESNO "Clear Notes?" {Yes:#VAR "notepad" "";#ECHO Notes Cleared.} {No:#ECHO Notes not cleared.}}
~Zener |
|
|
|
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Sat Jun 26, 2004 2:01 am |
Great, thanks! Wanna be my new best friend? ;)
|
|
|
|
|
|