hey, i couldn't find this in google, i guess it's cus i don't know exactly what to look for.
If ChosenColor <> 0 Then Break;
I was wondering what the <> mean there?
Thanks In Advance,
~RMagician
hey, i couldn't find this in google, i guess it's cus i don't know exactly what to look for.
If ChosenColor <> 0 Then Break;
I was wondering what the <> mean there?
Thanks In Advance,
~RMagician
i taught it mean between.
edit:
it means
<> - Not equal to
http://www.villavu.com/forum/showthread.php?t=7581
hummm an example/ an explanation of how to use it? :S please?
edit: thanks rikjess, i hadn't come across that tutand in all the php scripting i've done i hadn't come across <>
RMagician
sure. ill try
0 = black
SCAR Code:begin
repeat;
//GetColor(x, y); will pick a color from x and y.
If GetColor(x, y) <> 0 Then Break; // if the colorpicked color = not black then break out of the repeat loop.
until;
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)