matrixindicator
IS-IT--Management
Hi, ones again,
I am writing a function and I think I can solve this by a twodimentional array, but I can't see clear.
I have a table feeding the array along a recordset. In this table two columns Column1UseToCompare and Column2ToReplace
Can I put two columns in one array ? And how to mention if LAWYER is detected in ColumnToRead then replace with array( column2)
I am writing a function and I think I can solve this by a twodimentional array, but I can't see clear.
I have a table feeding the array along a recordset. In this table two columns Column1UseToCompare and Column2ToReplace
Code:
ColumnToRead Column1UseToCompare Column2ToReplace
"Mark is a lawyer" "LAWYER" "Lawyer"
Can I put two columns in one array ? And how to mention if LAWYER is detected in ColumnToRead then replace with array( column2)