![]() | ![]() |
|
04-04-2011 08:16 AM
Hello,
currently in our system we use openstream to read files when are processing them in xmscript. We have run into a bit of a problem though. It appears as though if the contents contain a NULL, openstream will terminate and not read the rest of the file. This has become a problem with a particular file, is there any way xmscript can handle this?
Thanks,
Paul
04-04-2011 09:37 AM
Have you tried opening it in binary mode?
openStream("rb");
![]() |
![]() |
![]() |
|
|
![]() |
![]() |
![]() |
















