e-Gadget - プログラム関数電卓 ◢ (Display & Pause) Command

◢ (Display & Pause) Command

  (Display & Pause) Command
<Inside Casio Basic> <C.Basic>

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
  1. Display value or result of <variable / calculate expresison> and interrupt program until [EXE] key is pressed.
  2. Right after <statement / display command> is processed, interrupt program until [EXE] key is pressed.

Description


  1. The command interrupted by  command can be a text display and a graphics display command.
  2. 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.
Note
  1. 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;   

[fx-9860GII and fx-CG20/10]
'<Sample Code 1>
ClrText
Locate 1,1,"1ST ROW"

its display results in ...

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 -

The "- DISP -" string is over-writes the whole 1st row. In order to display "1ST ROW" text, following code may help;

[fx-9860GII and fx-CG10/20/50]
ClrText
""
Locate 1,1,"1ST ROW"


which result in

1ST ROW
                 - DISP -

or

[fx-9860GII and fx-CG10/20/50]
ClrText
Locate 1,2,"1ST ROW"


which result in
                 - DISP -
1ST ROW


On the other hand, 
fx-5800P Casio Basic does not result in the same problem ...

[fx-5800P]
Cls
Locate 1,1,"1ST ROW"


The result is ...

1ST ROW

There is no harmful - DISP - indication.



See also: Contorl of Internal Cursor Row, " " (Text Display)  

Copyright (C) 2013 Krtyski / egadget.blog.fc2.com  All Rights Reserved.

関連記事

テーマ : プログラム関数電卓
ジャンル : コンピュータ

コメントの投稿

非公開コメント

最新記事
検索フォーム
最新コメント
カテゴリ
C# (3)
Online Counter
現在の閲覧者数:
プロフィール

やす (Krtyski)

Author:やす (Krtyski)
since Oct 30, 2013


プログラム電卓は、プログラムを作って、使ってナンボ!

プログラム電卓を実際に使って気づいたこと、自作プログラム、電卓での Casio Basic, C.Basic そして Casio Python プログラミングについて書いています。

なお管理人はカシオ計算機の関係者ではありません。いつでもどこでもプログラミングができるプログラム電卓が好きな1ユーザーです。


写真: 「4駆で泥んこ遊び@オックスフォード郊外」

リンク
月別アーカイブ
Sitemap

全ての記事を表示する

ブロとも申請フォーム

この人とブロともになる

QRコード
QR