| Next | Previuos | Contents | 
| NAME | PURPOSE | FORMAT | 
| STRING$ | Returns  a string of a specified number of ore character. | STRING$(a,b) STRlNG$(a,x$) where: a,b are integers between 0 and 255 (b is ASCII code) x$ is a string; first character is returned | 
| STR$ | Returns a string repre- sentation of a number. | STR$(x) where: x is a number | 
| TAB | Used  with  PRINT  and LPRINT to space to a particular position. | TAB(i) where: i is an integer | 
| TAN | Returns the tangent of an angle. | TAN(x) where: x is an angle in radians | 
| T1ME$ | Sets  or  returns  the current time. | TlME$="hh:mm:ss" TIME$ | 
- 53 -
| Next | Previuos | Contents |