T timo Active Member Licensed User Longtime User Apr 8, 2012 #1 I'm used to write: 'Sub subName()' instead of 'Sub subName' when there are no parameters. Is there any difference or hidden problem?
I'm used to write: 'Sub subName()' instead of 'Sub subName' when there are no parameters. Is there any difference or hidden problem?
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2012 #2 There is no difference. Upvote 0