Public Function Get String

Last post 09-22-2006, 9:51 AM by Rogerke. 2 replies.
Sort Posts: Previous Next
  •  09-22-2006, 4:12 AM 22954

    Public Function Get String

    Hello,
    I'm new, so be gentle :P
    I have a question....

    In the include_CuteEditor.asp file are 1 Sub and 1 Function:
    Public Sub Draw()
    Public Function Get String()

    Why is there a Public Function Get String() in the inlcude_CuteEditor.asp file?
    With Public Sub Draw() you draw the editor, and without the Public Function Get String, it works to

    Gr,
    Roger
  •  09-22-2006, 9:34 AM 22960 in reply to 22954

    Re: Public Function Get String

    This function return response buffer as a string. In case you are building more then one control [dynamically] on the page and need to display them is specific order. This will be used in more complicated CMS [content management systems] platforms.
  •  09-22-2006, 9:51 AM 22961 in reply to 22960

    Re: Public Function Get String

    Thank you, for youre answer

    :D
View as RSS news feed in XML