A89: Miscellaneous Questions


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

A89: Miscellaneous Questions



I have three questions.  Both involve TIGCC programing.  

The first is, Is there a function or some code that some one can give me that
will allow me to wait a certain number of seconds or a given time period and
then excetute the next command?  I used to use "dead" for loops in TI-BASIC
but doing this in C is too fast and i would need a VERY large variable to do
this.  Any ideas?

The second is a little more compilcated.  I have a function that recieves a
character array of 48 positions.  Is there a way to find out how many
positions are used in a string passed through it or where the null zero is
located at in the array?

Finally, Is there a function or some code that allows me to print out the
characters of the calculator using the character numbers found in the manual?

Any help or ideas would be greatly appreciated!  Thanks in advance!

CalenWakefield

Follow-Ups: