FX 02.45.1307

This commit is contained in:
CalcLoverHK 2024-01-25 03:08:16 +08:00
parent 6f3113751b
commit 8ae815a2ca
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
[BINDATA] : "FXADDINror.bin"
[DISPNAME] : "CBASIC"
[APPNAME] : "@CBASIC"
[VERSION] : "02.45.1306"
[VERSION] : "02.45.1307"
[APL_ICON] : "MainIcon.bmp"
[MODULE_NUM] : 0
[MOD1_TITLE] : "CBASIC"

View File

@ -1,6 +1,6 @@
[DLSimProject]
Name=CBASIC
Version=02.45.1306
Version=02.45.1307
Model=:fx-9860G.dlm
SourcePath=.
MemoryPath=INIT

View File

@ -77,7 +77,7 @@ char* CB_RecallString(int type ){ // ----------- Recall String type: 0:string
if ( dimA == 0 ) {
string = NULL;
} else {
n = SelectMemoryNum( type, opNum, 1, &key );
n = SelectMemoryNum( type, opNum, 0, &key );
if ( key == KEY_CTRL_EXIT ) return 0;
if ( dimA >= n ) {
string = MatrixPtr(reg, n, 1);