The Dink Network

Reply to Re: if (&crap == 1 && &morecrap == 1) ???

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 4th 2002, 04:47 AM
pq_skull.gif
: Ok, at first I thought dink c supported if (&var == 1 && &bar == 1) statements(?) but then I wasn't sure, so I'm asking now:

: Has anyone ever tried to make something like this work?  Or am I wasting my precious time?

I don't think that would work, instead, you would use...

if(&crap == 1)

{

if(&morecrap == 1)

{

bluh

}

if(&morecrap == 0)

{

bluh

}

}

or something like that, I think that'd work, that is if I know what you're talking about... I think I do...