Re: [Windows] Associate file extensions with a program

new topic     » goto parent     » topic index » view thread      » older message » newer message

I totally agree with Derek - I stopped using 0 and 1 as success indicators
after I spent an entire weekend debugging some code. I now use:

global constant Good = #FFFF, Bad = -#FFFF
if my_function(blah)= Good then <code goes here> Endif

It may look funny, but trust me; in the long run you'll save much debugging
time (and hair pulling).

Yours, OtterDad

Don't sweat it -- it's not real life. It's only ones and zeroes. Gene Spafford

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu