FILEFLEX API REFERENCE



NAME
DBColumnMash -- Combine two columns together

SYNTAX
DBColumnMash(column1, column2)

CATEGORY
Match Lists, Tables, and Columns

DESCRIPTION
NEW IN FILEFLEX 3.0

This function is used to combine two columns (perhaps created by DBGetMatchList or DBSuperPadString) into one table. The two columns must be the exact same number of lines long or the function will return -980 in error. DBColumnMash takes two parameters, the two string columns to be combined.


EXAMPLE
put DBColumnMash(firstName, lastName) into firstLast

SEE ALSO
DBCountMatches, DBGetMatchList, DBSuperPadString, DBFillColumn

INTERNAL FUNCTION NUMBER
99


Copyright © 1992-1998 by David Gewirtz, under license to Component Enterprises, Inc.
Contact: info@component-net.com

Casa de Bender