Displaying Values In Casio Basic
#1
Posted 24 May 2012 - 03:08 AM
Is there any option like Printmini in casio Basic.
I'd like to display some values (text and numbers) in smaller font size.
Can anyone help me?
#2
Posted 24 May 2012 - 09:05 PM
( shift > f3? not sure which (sketch) > text )
#3
Posted 25 May 2012 - 03:01 AM
Use the text command.
( shift > f3? not sure which (sketch) > text )
Hi ffisch,
I got it.
But I get syntax error.
Can you post an example for that.
#4
Posted 25 May 2012 - 03:25 AM
Hi ffisch,
I got it.
But I get syntax error.
Can you post an example for that.
Hello ffisch,
I got the result.
What are the Pixel values?
Why there appears a vertical and horizontal line dividing the screen into four parts?
How to use Text function without that vertical and horizontal lines.
also how to use view window screen?
Post some examples
#5
Posted 25 May 2012 - 02:49 PM
#6
Posted 25 May 2012 - 04:26 PM
I solved it.
Now the problem is I want to use Text and locate in same screen.
I used Text 10,50,"Hello"
Then I entered Locate 5,5,"Naga"
I got output as hello in smaller font and then screen flashed and got naga in bigger font.
How to get both the output in same screen.
Please help.
#7
Posted 25 May 2012 - 04:36 PM
#8
Posted 05 June 2012 - 09:10 AM
#9
Posted 05 June 2012 - 12:18 PM
Please note Text outputs to the graph screen, while Locate outputs to the command line, and the calculator must switch screen (that's why it flashes) to display.
Exactly. This is why we cannot display both types of tests on the same screen.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users