this is just an example of all the stuff i have tried
src<<client.address
alert(src, client.address)
world<<src.client.address
//----
var/s = src.client.address
src<<s
world<<s
alert(src,s)
Problem description:
as you can see i tried many things, but no matter what i do it wont let me see my client address...but it does let me see world address which is my address, all i want to know is why