Re: Basic and programming questions


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

Re: Basic and programming questions



i think this will work but i cant find my calc right now to try it out
this was writtin for the 83 but will prob take a nano second to convert
for anything else

Output(1,1,"x= ",x
Output(2,1,"y= ",y


>Date:         Wed, 30 Sep 1998 15:59:02 -0400
>Reply-To:     Patrick McGinn <pmcginn@EMAIL.MSN.COM>
>From:         Patrick McGinn <pmcginn@EMAIL.MSN.COM>
>Subject:      Basic and programming questions
>To:           CALC-TI@LISTS.PPP.TI.COM
>
>Hey, I've been doing some simple BASIC programming on the TI-82 for a
few
>years now, and i've been recently doing some VB programming on the
computer.
>There seem to be some differences, but my first question is this:
>
>How do i put multiple strings on one line?  For instance, I want it to
>display X and Y as:
>(X,Y)
>
>In VB I would do this:
>
>lblAnswer.Caption = "(" & Str$(X) & ", " & Str$(Y) & ")"
>
>Which prints:
>
>(2, 3)
>
>On the TI i've had to break it up into four lines.
>
>Disp "X= ",X
>Disp "Y= ",Y
>
>Which prints:
>
>X=
>                        2
>Y=
>                        3
>
>Thanks for any help,
>
>Xaos
>80 97 116 114 105 99 107 32 77 99 71 105 110 110
>


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Follow-Ups: