The Dink Network

Reply to Re: A Scrip problem

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:
 
 
September 4th 2007, 11:51 AM
slimeb.gif
DaVince
Peasant He/Him Netherlands
Olde Time Dinkere 
I'm counting the braces and I see 5 opening braces and only 2 closing braces. The amount of opening braces has to be the same amount as the amount of closing braces, or it'll be wrong.

void talk( void )
{
if (&key == 1)
{
//code
}

if (&key == 2)
{
//code
}
}

This is the correct amount and position of the braces.