|
horks Apprentice
Joined: 20 Jul 2001 Posts: 127 Location: USA
|
Posted: Thu Aug 12, 2004 12:48 am
#FIND with SupressOutput |
Can someone please give me an example of how the SupressOutput flag is to be used with #FIND? the help file is lacking one.. thanks in advance
|
|
_________________ <b>Father Horks</b>
<i>The only problem with computer security, is when you think it exists.</i> |
|
|
|
horks Apprentice
Joined: 20 Jul 2001 Posts: 127 Location: USA
|
Posted: Fri Aug 13, 2004 1:40 am |
*bump*
no one? here's how it's written in the help files:
Syntax: #FIN string [view column SupressOutput]
If SupressOutput is present and non-zero, no output is displayed to the screen.
I have tried countless syntax solutions.. any help would be great |
|
_________________ <b>Father Horks</b>
<i>The only problem with computer security, is when you think it exists.</i> |
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Fri Aug 13, 2004 2:28 pm |
This seems to work for me.
#VAR supress_output 0
#FIND {green} {All} {description} {@supress_output}
#VAR supress_output 1
#FIND {green} {All} {description} {@supress_output}
as does this:
#VAR supress_output 1
#FIND {find string} {} {} {@supress_output} |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Aug 13, 2004 10:24 pm |
Please make a bug report about this, and any other documentation you find lacking, to the bug reporting system.
Zugg is currently on non-zMud projects so I have a very large opportunity, with lots of time, to add to the help. At over over 800 distinct topics I still miss many things while working on it. Also I am only able to add things that my experience says should have been in there. If I have never happened to use a particular feature and it isn't documented then I won't know to add it. This is your best chance to help every current and future zMud user. |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|