Browse that scrolls sideways...Yay!!!
Kenneth Brody
kenbrody at bestweb.net
Thu Mar 10 06:37:02 PST 2005
Quoting Robert T. Repko (R Squared Consultants) (Thu, 10 Mar 2005 07:48:50
-0500):
[...]
> What's the purpose of the 'prompt' in the condition (If: prompt)?
>
> prompt If: prompt
>
> Believe it or not at 3/9/2005 04:08 PM, John Esak said:
[...]
> >@keyT If: '@keyT
> >bld_brw If: 'bld_brw
> >view_1 If: 'view_1
> >view_2 If: 'view_2
> >view_3 If: 'view_3
> >prompt If: prompt
> >declist If: 'declist
[...]
My guess is it's a typo. Note the other labels in the processing,
which all have the label name as a comment.
Now, as to what effect such a typo will have...
The if will always resolve to false. (The label starts with a state
of "false", and since "if false" will never be true, it will stay
false.) However, since there is nothing on the "then" part of any
of these lines, and the label is never referenced elsewhere on an
"if", the net result is no effect.
--
KenBrody at BestWeb dot net spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com
More information about the Filepro-list
mailing list