- Log in to post comments
User bio
404 bio not found
Member since Dec 2, 2020
Posts:
Replies:
Hi!
I don't know if I've understood, but if you want to check if there's any result, you could test with %Next()
Set theresResult = resultset.%Next()
- Log in to post comments
Certifications & Credly badges:
Followers:
Guilherme has no followers yet.
Following:
Guilherme has not followed anybody yet.
Hi!
Set stream = ##class(%Stream.FileBinary).%New() Set sc = stream.LinkToFile("C:/Temp/myfile.pdf") While 'stream.AtEnd { Do pOutput.Write(stream.Read())}