Hi-
I want to indent or prepend a space to certain entries in my Function List. Is this scenario possible:
Sample lines of code:
Sub Form_OnLoad()
Sub Form_OnEnterField(ByVal FieldName)
Relevant Function String:
/Function String 1 = "%[ ^t]++^{Function^}^{Sub Form_^}^(*^)("
What I want displayed in the Function List:
OnLoad
OnEnterField
Note: The 2 lines above are indented by one space.
Is this possible without changing the lines of code? (I know I could display the underscore, but I want to display a space... )
With Regards-
Sam
I want to indent or prepend a space to certain entries in my Function List. Is this scenario possible:
Sample lines of code:
Sub Form_OnLoad()
Sub Form_OnEnterField(ByVal FieldName)
Relevant Function String:
/Function String 1 = "%[ ^t]++^{Function^}^{Sub Form_^}^(*^)("
What I want displayed in the Function List:
OnLoad
OnEnterField
Note: The 2 lines above are indented by one space.
Is this possible without changing the lines of code? (I know I could display the underscore, but I want to display a space... )
With Regards-
Sam