--Yb+qhiCg54lqZFXW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > S> working? defined? didn't seem to work either... -sc > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > ??? > > pigeon% ruby -e 'puts "not defined" unless defined? $testing' > not defined > pigeon% > > pigeon% ruby -e '$testing = nil; puts "not defined" unless defined? $testing' > pigeon% Thanks Guy, I could've sworn I tried that a few different times... ah well, late night. ::grin:: -sc if defined? $testing $testing += 1 else $testing = 1 end puts $testing if defined? $testing $testing += 1 else $testing = 1 end puts $testing -- Sean Chittenden --Yb+qhiCg54lqZFXW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: Sean Chittenden <sean / chittenden.org> iEYEARECAAYFAjtoPU4ACgkQn09c7x7d+q1++QCeOYHCepVaTDgbV7ZjwgcE+Aj8 9DAAoNXmmoZ/fKDtz2gPYDrVCE3g1rwI IU -----END PGP SIGNATURE----- --Yb+qhiCg54lqZFXW--