Forum Discussion

seafalcon's avatar
seafalcon
Contributor
15 years ago

About the brackets usage.

As I know, bracket[] is used for methods, and () is used for parameters. so does that mean the this statement is wrong? var p, w; p = Sys["Process"]("My_NET_App"); w = p["WinFormsObject"...