DBFillColumn -- Fill a column with a string |
DBFillColumn(fill-string, repetitions) |
Match Lists, Tables, and Columns |
NEW IN FILEFLEX 3.0 This function fills a variable with the specified data. For example, if you wanted to delimit one column from another with commas, you'd do a DBFillColumn with the fill string containing a comma. You'd get a variable containing one comma per line, for a specified number of lines. You could then take this and DBColumnMash it to another data variable. Be careful not to include a carriage return in the fill string. |
put DBFillColumn(",", 20) into commaList |
DBCountMatches, DBGetMatchList, DBSuperPadString, "DBColumnMas" |
100
|