[TIB] Re: Variable and String on same line?


[Prev][Next][Index][Thread]

[TIB] Re: Variable and String on same line?




Sorry, I kind of forgot to explain output
It takes three arguments, a Y position, an X position, and what you want to
display.
If you wanted to display "Hello" at the top left, you would use:
Output(0,0,"Hello")

If you want it in the middle of the screen, use something like:
Output(4,10,"Hello")

On the 8x's, the x and y are character positions, (if you are curious, on
the 89/92's the x and y are the pixel position of the top left of the
character)

Again, I'm not too sure about the '( )'.  If it doesn't put a '(' when you
select the command, they are not needed

Btw, all of this is in the manual...  : )  RTFM  hee hee (it's a joke,
laugh)
If you don't have it, you can download a .pdf of it from TI's website
http://education.ti.com/developer/83/prd/product.html
Select your calc, and on the left side choose guidebook.

Btw, am I the only one who doesn't like what TI did w/ their website?

 -----Original Message-----
From: 	ti-basic-bounce@lists.ticalc.org
[mailto:ti-basic-bounce@lists.ticalc.org]  On Behalf Of Social Outcast
Sent:	Friday, April 27, 2001 9:32 PM
To:	Idiot
Subject:	[TIB] Re: Variable and String on same line?


I can't get it to work, I don't have col and the row is *row(,
what do I put in the ()? What should I do?




________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


---- On Thu, 26 Apr 2001, Idiot   (idiot@mylinuxisp.com) wrote:

>
> What calc? If 89 or 92 then you can use the string command,
if not,
> there
> are a number of programs to convert numbers to strings for
the other
> calcs.
> Once you get that done, you can concatenate it to the "x="
and display
> the
> results.
> The other option is to use output.
> Assuming 8x:
> Output(row,col,"X=")
> Output(row,col+2,A)
>
> 89 and 92 are the same w/o the ( )'s (and I'm not absolutely
sure the 8x
> ones have them, it's been a while...)
>
> --Matthew
>
>  -----Original Message-----
> From: 	ti-basic-bounce@lists.ticalc.org
> [mailto:ti-basic-bounce@lists.ticalc.org]  On Behalf Of
Social Outcast
> Sent:	Thursday, April 26, 2001 11:12 PM
> To:	TI-Basic@lists.ticalc.org
> Subject:	[TIB] Variable and String on same line?
>
>
> Hello,
>    I have a program that divides numbers to get A and then the
> answer should be "X=" A "Something Else", how would I have all
> that on the same line? I can only get A to show up if I but a
> comma inbetween the " and A and that makes it come out
like "X="
> A
> "Something Else"
> How would I stop that?
>
> ________________________________________________
> Get your own "800" number
> Voicemail, fax, email, and a lot more
> http://www.ureach.com/reg/tag
>
>
>
>
>
>






Follow-Ups: References: