logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
:
tcl question
: One Message
Begin main content
Forum OpenACS Q&A: Response to tcl question
Search:
Back to OpenACS Q&A
3
:
Response to tcl question
(response to
1
)
Posted by
Nick Carroll
on
10/04/02 07:47 AM
Forgot to set the format to HTML... Or should I use the get_chunk method as follows...
set chunkhandle [ open {get_chunk} r] while { [gets chunkhandle line] >= 0 } { #process line }
Back to OpenACS Q&A