Re: Opendialog problem
- From: Jim P <Jim_P@xxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Dec 2006 15:51:05 -0800
Rudy Velthuis wrote:
Jim P wrote:I do this to make sure that the test is shown - no assumptions
if opendialog.execute = true then
Why would you do:
if mybooleanexpression = true then
It suffices (and is much safer) if one does:
if mybooleanexpression then
in the results - - - I know it is extra but to me make the code a bit cleaner to read and understand.
This was ment as a help on how to call opendialog and check the result.
I hope the poster did not get confused by all of the responses about the extra '= true'
Jim P.
.
- Follow-Ups:
- Re: Opendialog problem
- From: Rudy Velthuis
- Re: Opendialog problem
- References:
- Opendialog problem
- From: Gert Baars
- Re: Opendialog problem
- From: Jim P
- Re: Opendialog problem
- From: Gert Baars
- Re: Opendialog problem
- From: Jim P
- Re: Opendialog problem
- From: Rudy Velthuis
- Opendialog problem
- Prev by Date: Re: Opendialog problem
- Next by Date: Re: Requesting a TCircularScrollbar or TRadioDial ;) in 64 bits.
- Previous by thread: Re: Opendialog problem
- Next by thread: Re: Opendialog problem
- Index(es):
Relevant Pages
|