[TIB] Re: Question


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

[TIB] Re: Question




Thnx Ill try it


-----Original Message-----
From: ti-basic-bounce@lists.ticalc.org
[mailto:ti-basic-bounce@lists.ticalc.org] On Behalf Of Aaron Fineman
Sent: Thursday, November 07, 2002 9:26 PM
To: ti-basic@lists.ticalc.org
Subject: [TIB] Re: Question


    I'm not sure on the code, it's a guess, theres probably an easyer
way in
the maanual, but I don't have one.

    #(string(_VARIABLE_)&string(_NUMBER_))

    This makes a variable out of the strings variable and variable
number
(a1,a2,a3...)



----- Original Message -----
From: "Jeremy Butcher" <jtkirk86@bellsouth.net>
To: <ti-basic@lists.ticalc.org>
Sent: Thursday, November 07, 2002 9:04 PM
Subject: [TIB] Re: Question


>
> Oh good I own a 92p and was wanting to do this, like to say pxltext
> t,another var, coridinate, coridinate
> Can you plz give the code for this and to just do
> Xy so it reads xy on screen if x =3D3 and y=3D7 it reads 37
>
> -----Original Message-----
> From: ti-basic-bounce@lists.ticalc.org
> [mailto:ti-basic-bounce@lists.ticalc.org] On Behalf Of Aaron Fineman
> Sent: Thursday, November 07, 2002 9:08 PM
> To: ti-basic@lists.ticalc.org
> Subject: [TIB] Re: Question
>
>
>     Sorry, dosn't work on z80 (73,80,81,81,83,83+,83+SE,85,86), but it
> is a
> 68k (89,92,92+V200) function.
>
>
>
> ----- Original Message -----
> From: "Jules Kahn" <strangegod@hotmail.com>
> To: <ti-basic@lists.ticalc.org>
> Sent: Thursday, November 07, 2002 7:30 PM
> Subject: [TIB] Re: Question
>
>
> >
> > Thank you for your answer, but I don't think I expressed my question
> > correctly. What I wanted to do was something more like this:
> > lbl s
> > X+1-->X
> > Y-->A"X"
> > goto s
> >
> > I would want something like this to produce a bunch of variables
named
> A1
> A2
> > A3 A4... without expressly writing A3 or A4 in the code itself. Is
> this
> > possible?
> >
> >
> >
> > >From: Stephen Beck <nolekid@bellsouth.net>
> > >Reply-To: ti-basic@lists.ticalc.org
> > >To: ti-basic@lists.ticalc.org
> > >Subject: [TIB] Re: Question
> > >Date: Thu, 7 Nov 2002 15:37:34 -0500
> > >
> > >
> > >I have no idea if this is possible, but you could try Y->A->X, and
it
> will
> > >set both A and X to Y.
> > >
> > > >
> > > > From: robvanwijk@gmx.net
> > > > Date: 2002/11/07 Thu AM 10:36:07 EST
> > > > To: ti-basic@lists.ticalc.org
> > > > Subject: [TIB] Re: Question
> > > >
> > > >
> > > > >
> > > > > Hello, everyone.
> > > > > I'm new to this mailing list, and to coding in general,so I
> would
> like
> > >to
> > > > > ask you all to bear with me.
> > > > > I would like to set a number of variables using only one line
of
> code.
> > > > > Something like
> > > > > X+1-->X
> > > > > Y-->A"X"
> > > >
> > > > You want to do Y->A and Y->X at the same time? I'm not
completely
> > > > sure about the 86, but I know for a fact it is not possible on
the
> 83.
> > > > Also, I never heard of a syntax like that, not for any calc. So
I
> guess
> > > > you'll be stuck with the multiple-commands-on-a-line,
> colon-seperated
> > > > method.
> > > >
> > > > Grtz,
> > > > Rob van Wijk
> > > >
> > > > --
> > > > +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> > > > NEU: Mit GMX ins Internet. Rund um die Uhr f=FCr 1 ct/ Min. =
> surfen!
> > > >
> > > >
> > > >
> >
> >
> > _________________________________________________________________
> > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> > http://join.msn.com/?page=3Dfeatures/virus
> >
> >
> >
>
>
>
>
>





References: