Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从二进制流创建字符串 a?我尝试了 StreamGet 和 OutputToDevice 类方法,但没有返回字符串。我应该使用另一个课程吗
谢谢 :)
假设这stream是一个%Library.FileBinaryStream:
stream
%Library.FileBinaryStream
set string = stream.Read($$$MaxStringLength)
请注意,字符串不能超过 7mb,而流可以更大。