0 Members and 4 Guests are viewing this topic.
Where can I find the Freq() function?Also what do the green Key:Sinreq mean? Is that supposed to be an indication as to where i can find Freq() ?
Thanks for the tip The only program in which I used Freq was done through TI-Convert so I just had to type Freq But it is easier to go to the catalog when you don't know where a command is (and if you know which token it replaces)
Quote from: Hayleia on May 26, 2012, 12:55:58 amThanks for the tip The only program in which I used Freq was done through TI-Convert so I just had to type Freq But it is easier to go to the catalog when you don't know where a command is (and if you know which token it replaces)That must have taken a long time to scroll, especially if you can't jump to the first letter
I think Text(...) sets curRow and curCol so the adress would be 844Bh (and 844Ch next).
Copy(L6+672,L3,96)Horizontal -(L3) //or Horizontal -rCopy(L3,L6+672,96)
I think you'd have to write your own routine for that.It's quite slow but you could copy the last 8 rows of the buffer to another buffer, shift that and copy it back.example with L6 and L3 (if you use them for something else you'd have to use other buffers)Code: [Select]Copy(L6+672,L3,96)Horizontal -(L3) //or Horizontal -rCopy(L3,L6+672,96)