◢ (Display & Pause) Command
◢ (Display & Pause) Command
This content is checked by fx-5800P, fx-9860G Sreis (OS 2 or later) and fx-CG10/20/50.
This is on-going project, any changes may be made.
Model
fx-5800P, fx-9860GII and fx-CG10/20/50
Syntax
<variable / calculation expression>◢
<statement / display command>◢
Key Press
fx-5800P: [SHIFT][x2]
fx-9860GII: [SHIFT][VARS](PRGM)[F5](◢)
fx-CG10/20/50: [SHIFT][VARS](PRGM)[F5](◢)
Function
- Display value or result of <variable / calculate expresison> and interrupt program until [EXE] key is pressed.
- Right after <statement / display command> is processed, interrupt program until [EXE] key is pressed.
Description
- The command interrupted by ◢ command can be a text display and a graphics display command.
- UNDOCUMENTED During program is interrupted by the ◢ command, with fx-5800P small icon Disp is indicated above its display area, and with fx-9860GII or fx-CG10/20/50 "- DISP -" is indicated on current internal cursor row in display area of text screen.
UNDOCUMENTED User should understand that "- DISP - " is indicated in current internal cursor row to avoid unexpected display trouble in some cases. As an example see following code;
ClrText
Locate 1,1,"1ST ROW"
1ST ROW
Adding ◢ command.after Locate ...
[fx-9860GII and fx-CG10/20/50]
'<Sample Code 2>
ClrText
Locate 1,1,"1ST ROW"◢
then the result comes to ...
- DISP -
[fx-9860GII and fx-CG10/20/50]
ClrText
""
Locate 1,1,"1ST ROW"◢
which result in
1ST ROW
- DISP -
- DISP -
or
[fx-9860GII and fx-CG10/20/50]
ClrText
Locate 1,2,"1ST ROW"◢
which result in
- DISP -
1ST ROW
1ST ROW
On the other hand,
[fx-5800P]
Locate 1,1,"1ST ROW"◢
The result is ...
1ST ROW
There is no harmful - DISP - indication.
Copyright (C) 2013 Krtyski / egadget.blog.fc2.com All Rights Reserved.
- 関連記事
-
- Inside Casio Basic 2016/04/30
- ? (Input) 2014/06/01
- ◢ (Display & Pause) Command 2014/06/01
- " " (Text Display) Command 2014/06/01
- → (Substitution) 2014/06/01