Re: [Windows] Associate file extensions with a program
- Posted by OtterDad <otter at full-moon.com> Oct 11, 2004
- 483 views
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