Written by

Question sansa stark · Sep 9, 2016

Stream Property

Hi ,

  We upgraded the cache 5.02 to cache 16.
  we are using stream property in one class .(i.e.  Property notes As Stream;) but it not support in cache 16.
 how handle this problem?

Thanks, sansa.

Comments

sansa stark  Sep 10, 2016 to Eduard Lebedyuk

Thanks Eduard

0
Kyle Baxter · Sep 9, 2016

You should use the newer stream implementations: %Stream.FileCharacter, %Stream.FileBinary, %Stream.GlobalCharacter, %Stream.GlobalBinary.  Which one you use depends on what you want to do.

0