That's a very usefull tip, thanks! :)
Certifications & Credly badges:
Nadyan has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Nadyan has no followers yet.
Following:
Nadyan has not followed anybody yet.
That's a very usefull tip, thanks! :)
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()