need help in ternary operator
#8

Quote:
Originally Posted by newbienoob
View Post
Nope. If I did this
pawn Code:
(a == b) ? c = d : c = e;
I'll still get the same warning.
That would be something like
pawn Code:
c = (a == b) ? d : e;
I'll edit this for the main post
Reply


Messages In This Thread
need help in ternary operator - by newbienoob - 24.08.2013, 02:42
Re : need help in ternary operator - by Naruto_Emilio - 24.08.2013, 02:58
Re: need help in ternary operator - by newbienoob - 24.08.2013, 02:59
Re : need help in ternary operator - by Naruto_Emilio - 24.08.2013, 03:05
Re: need help in ternary operator - by newbienoob - 24.08.2013, 03:18
Re: need help in ternary operator - by Pottus - 24.08.2013, 06:20
Re: need help in ternary operator - by newbienoob - 24.08.2013, 06:27
Re: need help in ternary operator - by RajatPawar - 24.08.2013, 07:04
Re: need help in ternary operator - by Misiur - 24.08.2013, 07:38

Forum Jump:


Users browsing this thread: 2 Guest(s)