0 Members and 1 Guest are viewing this topic.
"hello"->var1"test"->#var1
"findme"->searchstr0->resultrowdim(matrix)->rowsizecoldim(matrix)->colsizefor yyy,1,rowsize for xxx,1,colsize if matrix[yyy,xxx] = searchstr then 1->result exit endif endforendfor
instring(string(matrix),"searchme")->result
{ion,charge,sznm}→mstmRequest "For which Ion?",searchstrrowsize:=rowDim(mstm)colsize:=colDim(mstm)For xxx,1,rowsizeFor yyy,1,colsizeIf mstm[xxx,yyy]=searchstr ThenrowHERE:=xxxcolHERE:=yyyExitEndIfEndForEndFor
Uses the TI-Nspire CX CAS the same language as the TI 84+ or is it a different one??