parentheses
#1

Hello, I was wondering how do I remove the {} of the code, and leave only one to open { and } to close, it is currently as follows:
PHP код:
                    if (PlayerInfo[i][pExp] < expamount) {} ///
                    
else
                    {
                    } 
I want to leave like this:

PHP код:
                    if (..?)
                    {
                    } 
Reply


Messages In This Thread
parentheses - by JoshNudock - 30.06.2015, 12:26
Re: parentheses - by darkowner - 30.06.2015, 12:28
Re: parentheses - by Roko_foko - 30.06.2015, 12:28
Re : parentheses - by Terrorizt - 30.06.2015, 12:41
Re: Re : parentheses - by Roko_foko - 30.06.2015, 12:51

Forum Jump:


Users browsing this thread: 1 Guest(s)