TI 89/92/V200 BASIC question
|
12-01-2023, 07:54 PM
Post: #1
|
|||
|
|||
TI 89/92/V200 BASIC question
As I have been playing with my V200 again one thing that struck me was the seeming lack of a way to have an input prompt and entry on same line, i.e.
Code: Input"Value?",x Results in: (pipe represents flashing cursor) Value? | This seems absurd to me but perhaps I'm missing something? The comma seems to be only valid separator. |
|||
12-01-2023, 08:43 PM
Post: #2
|
|||
|
|||
RE: TI 89/92/V200 BASIC question
I believe your observation regarding the Input command is correct, and is one of the few things that annoy me about the otherwise-great TI-92 Basic. You can, however, build a dialog box with multiple input fields, and prompt text directly to the left of each field. This also gives you the ability to provide default values for each field, so I rarely use Input.
|
|||
12-01-2023, 09:14 PM
Post: #3
|
|||
|
|||
RE: TI 89/92/V200 BASIC question
Dave is right. The command: request "value",x
is the better option. |
|||
12-02-2023, 01:25 AM
Post: #4
|
|||
|
|||
RE: TI 89/92/V200 BASIC question
Thanks, I will try using a dialog box and see how that works.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)