TIB: program syntax question


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

TIB: program syntax question




Hey i got a question....I put this small program on my calc off of the tips 
list, it is an application lancher and i get a "missing )" error, could 
someone tell me what is wrong.  Some of the symbols where changed when i put 
it in her but if you want to see it on a site go to 
http://tifaq.calc.org/8992tips.pdf  and it is on page 6 the #1 entry.

apps()
Prgm
local k,appdesc,appfold
setfold(main)
matÐlist(submat(appsdef,1,1,rowdim(appsdef),1)»appdesc
popup appdesc,k
appsdef[k,2]»appfold
setfold(#appfold)
expr(appfold&"\"&main\appsdef[k,3])
setfold(main)
EndPrgm