Difference between []New and .New
Posted: Thu Nov 22, 2012 3:36 pm
Hello,
we are using Dyalog 12.0 in our Web-Applications.
Is there a difference in creating an object with []New and .New?
Both is working.
Example:
DateTime.New 2012 11 22
[]New DateTime 2012 11 22
Regards
Robert
we are using Dyalog 12.0 in our Web-Applications.
Is there a difference in creating an object with []New and .New?
Both is working.
Example:
DateTime.New 2012 11 22
[]New DateTime 2012 11 22
Regards
Robert