- Log in to post comments
User bio
404 bio not found
Member since Dec 4, 2015
Posts:
Andrew has not published any posts yet.
Replies:
Glad it's released already. This is a new feature so do let us know if there are any problems.
- Log in to post comments
In the development version of Atelier there is a context menu item View Others which shows, for example, the INT code corresponding to a class. This will be available in the next released build of Atelier.
- Log in to post comments
Certifications & Credly badges:
Andrew has no Certifications & Credly badges yet.
Followers:
Andrew has no followers yet.
Following:
Andrew has not followed anybody yet.
Julian,
I've tried to reproduce this problem using GetValueAt("DataSet.(0042,0011)") and this gives me a stream object from which I can read all the bytes in my sample (about 75K).
If you're using str.Read() to get the bytes from the stream you should use str.Read(str.Size) - with just Read() you only get ~32K bytes.
Andrew Cheshire