Add a space / indent Function List entry?

Add a space / indent Function List entry?

35
Basic UserBasic User
35

    Jun 04, 2006#1

    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... 8) )

    With Regards-
    Sam

    6,683583
    Grand MasterGrand Master
    6,683583

      Jun 04, 2006#2

      No! It's not possible to modify the found function string before it is displayed in the function list.
      Best regards from an UC/UE/UES for Windows user from Austria

      35
      Basic UserBasic User
      35

        Jun 05, 2006#3

        I guess I must live with it...
        With Regards-
        Sam