by Nicholas Sherlock <n_sherlock@[EMAIL PROTECTED]
>
Dec 7, 2005 at 12:55 PM
Nige wrote:
> @[EMAIL PROTECTED]
>
> whats do the @[EMAIL PROTECTED]
and the ^ and the [0] indicate.
The whole thing gives you the address of (@[EMAIL PROTECTED]
) the fist item ([0]) of the
memory that cells uses (^). Read some tutorials on pointers.
Cheers,
Nicholas Sherlock