Hi i've been playing with syntax of sessions and am finding that round brackets and square brackets have their places, what is the reasoning behind the two? Thanks
I get it, it seems that square brackets are used when you reference an object explicitly, and round brackets are used with you reference the object implicitly
Square brackets are used with arrays and indexers. They're also used when applying an attribute to a property or method. Parenthesis are used when making a function/method call.
Chip H.
____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.