| .STRING$ Function QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| STRING$ - string processing function that returns a string whose |
|           characters all have a given ASCII code or whose characters |
|           are all the first character of a string expression |
|
| Syntax |
|   STRING$(m,n) |
|   STRING$(m,stringexpression) |
|     ž m, a numeric expression, is the length of the string to return |
|     ž n, a numeric expression that has an integer value between 0 and 255, |
|       is the ASCII character code of the character that fills the string |
|     ž stringexpression identifies a string whose first character can |
|       be used to fill the string |
|
See Also  ASCII Character Codes |