CE-Programming / libraries

Common libraries for use on the TI84+CE/TI83PCE calculators
BSD 2-Clause "Simplified" License
141 stars 11 forks source link

[fileio lib] ti_OpenVar doesn't seem to work #4

Closed adriweb closed 8 years ago

adriweb commented 8 years ago

@Snektron reported on #ez80-dev that ti_Open("A", "w"); works but ti_OpenVar("A", "w", AppVar); does not. In fact, ti_OpenVar doesn't open programs either.

mateoconlechuga commented 8 years ago

The issue is I counted from 1, not 0. Should be __frame_arg2, not __frame_arg3. Simple fix when I have a chance.

mateoconlechuga commented 8 years ago

Merged Pull Requested and updated new release with tag 1.3. Thanks! :)