Hi-
I am having some problems with one of my Function Definition Strings and hope someone can help.
Here are two lines of relevant code:
Public Sub CustomOnEnterControl(ControlID)
Public Sub CustomOnLeaveTab
The relevant Function String:
/Function String 2 = "%[ ^t]++^{Public^}^{Private^} ^{Function^}^{Sub^}^(*^)$"
What I want to display in the Function List:
Public Sub CustomOnEnterControl
Public Sub CustomOnLeaveTab
What I don't know how to do:
How can I strip any parenthetical strings at the end of these lines: "(ControlID)" in my example?
I tried replacing "$" with "[($]" but that caused a mess...
With Regards-
Sam
I am having some problems with one of my Function Definition Strings and hope someone can help.
Here are two lines of relevant code:
Public Sub CustomOnEnterControl(ControlID)
Public Sub CustomOnLeaveTab
The relevant Function String:
/Function String 2 = "%[ ^t]++^{Public^}^{Private^} ^{Function^}^{Sub^}^(*^)$"
What I want to display in the Function List:
Public Sub CustomOnEnterControl
Public Sub CustomOnLeaveTab
What I don't know how to do:
How can I strip any parenthetical strings at the end of these lines: "(ControlID)" in my example?
I tried replacing "$" with "[($]" but that caused a mess...
With Regards-
Sam