what is the difference between
newNode arrowlink=q
q arrowlink=newNode
is it the same?

The two lines are different. In the first line, arrowlink is of type newNode, while in the second line it is of type q. The two statements are the same only if newNode and q are two different names for the same thing.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.