407e74968b
* BUG: Undo one change of last revision: reading a stream from a memory stream is a special case. It reads a null-terminated C string, and not a serialized Gambas string. * NEW: OPEN STRING is a new instruction that allows to use a string as a stream. Writing to it appends the written data to the end of the string at the moment. * NEW: Closing a string stream returns the data written to the stream as a new string. [COMPILER] * NEW: New OPEN STRING instruction. * NEW: OPEN MEMORY and OPEN PIPE are synonymous of the MEMORY and PIPE instructions alone. [GB.EVAL] * NEW: Highlight the new OPEN STRING instruction correctly. git-svn-id: svn://localhost/gambas/trunk@5941 867c0c6c-44f3-4631-809d-bfa615b0a4ec