User bio
404 bio not found
Member since Dec 14, 2022
Posts:
Replies:
The code piece that reading file
If '$IsObject(pStream) {
Set tFilename = pStream
Set pStream = ##class(%IO.FileStream).%New()
Do pStream.Open(tFilename,,pTimeout,"UTF-8", .tStatus)
If $$$ISERR(tStatus) Quit
}
Thank you so much. You were very helpful.
Certifications & Credly badges:
Dmitrij has no Certifications & Credly badges yet.
Global Masters badges:
Dmitrij has no Global Masters badges yet.
Followers:
Dmitrij has no followers yet.
Following:
Dmitrij has not followed anybody yet.
As far as I understand from your answer, I have no choice but to apply some hacks to my data. This is unfortunate. I was thinking about using a hash too. I think I will do that.