My daughter decorating the tree 😍
- Log in to post comments
My daughter decorating the tree 😍
Hello, Marcos!
The Rewind function moves the reading pointer back to the start of the stream. It's useful if you want to read a stream from the beginning again.
for example:
do ##class(%ZEN.Auxiliary.jsonProvider).%ParseJSON(obj,,.ObjData)
do ObjData.Rewind()
do ObjData.Read()
That's a very usefull tip, thanks! :)