Re: TIB: program syntax question


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

Re: TIB: program syntax question




It's not too hard, really people!!  You can count, right?  Go from the left
to the right of your expression and count up for every '(' and down for
every ')' not going below 0 and ending with 0 at the end.

matÐlist(submat(appsdef,1,1,rowdim(appsdef),1)»appdesc
0       1      2                  3       2  1

So obviously you're missing a ')', duh!  You didn't end with a 0.  So the
correct way is this:

matÐlist(submat(appsdef,1,1,rowdim(appsdef),1))»appdesc
0       1      2                  3       2  10

You can also look at it like this:

matÐlist(                                     )»appdesc
         submat(                             )
                appsdef,1,1,rowdim(       ),1
                                   appsdef

Any which way, you MUST end up with the same line/value you started with!

-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: kilier2
http://www.bigfoot.com/~m_rayman

----- Original Message -----
From: <SkineeJ16@aol.com>
To: <ti-basic@lists.ticalc.org>
Sent: Tuesday, February 08, 2000 5:21 PM
Subject: Re: TIB: program syntax question

In a message dated 2/8/00 5:06:58 PM Central Standard Time,
BrncAvFan2@aol.com writes:

<< >  apps()
 >  Prgm
 >  local k,appdesc,appfold
 >  setfold(main)
 >  matÐlist(submat(appsdef,1,1,rowdim(appsdef),1)»appdesc

 Its in the line above.  You need to add 2 " ) " after the last 1.  You have
3
 " ( " and only 2 " ) ";

 Dan >>

    That doesn't work put it on your 89 and try it i get errors



References: