Thread
:
+=
View Single Post
03-10-2003, 08:18 PM
#
2
(
permalink
)
joe_bruin
LOAD "*",8,1
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
a += b;
is the same as:
a = a + b;
joe_bruin
View Public Profile
Find More Posts by joe_bruin