Boolean evaluation

jerryb

New Member
Licensed User
I'd like to be able to do...

'bval is boolean
bval = (bval = false)

... as a quick way of flipping between true and false. It seems to work with other Basic implementations but not with Basic4ppc.
 

jerryb

New Member
Licensed User
That never occcured to me! I'd always used bval=bval=true in VB without thinking about it. Your method is elegant and simple and I'm ashamed it never occured to me.

Delete one wishlist request!

Regards and thanks.
 
Top