RacingDog Active Member Licensed User Aug 22, 2010 #1 Meant to post this a while back, but I just had to laugh the first time I saw this construct in a B4PPC program.... Sub MySub ( Name As String ) ... ControlName ( Name ).SomeMethod ... End Sub Why? Well you guys have almost, but not quite, re-invented the age old Parameter By Name mechanism of dear old Algol 60! Like I said, there's nothing new!
Meant to post this a while back, but I just had to laugh the first time I saw this construct in a B4PPC program.... Sub MySub ( Name As String ) ... ControlName ( Name ).SomeMethod ... End Sub Why? Well you guys have almost, but not quite, re-invented the age old Parameter By Name mechanism of dear old Algol 60! Like I said, there's nothing new!