| Description | 
Fill (Magic xpa 4.x)
| 
 Repeats an Alpha string or expression n times. 
 |  | 
 Syntax: 
 | 
 Fill(string,times) 
 |  | 
 Parameters: 
 | 
 string: An Alpha string or expression. 
times: The number of times the string will be repeated. 
 |  | 
 Returns: 
 | 
 An Alpha string 
 |  | 
 Example: 
 | 
 Fill('*',5) creates a string of five asterisks: ***** 
 |  | 
 Note: 
 | 
 This function will accept a maximum of 32K. 
 |  | 
 See also: 
 | 
 Ins, Del, Rep 
The Online and Rich Client Samples projects (program ST11 and RST11) 
 |  
   |  
  | 
|---|