Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: Public Function Get String
Public Function Get String
Last post 09-22-2006, 9:51 AM by
Rogerke
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
09-22-2006, 4:12 AM
22954
Rogerke
Joined on 09-22-2006
Netherlands
Posts 7
Public Function Get String
Reply
Quote
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
vlad-G
Joined on 06-29-2006
Posts 41
Re: Public Function Get String
Reply
Quote
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
Rogerke
Joined on 09-22-2006
Netherlands
Posts 7
Re: Public Function Get String
Reply
Quote
Thank you, for youre answer
:D