Search found 1 match

by miket83706
Fri Oct 15, 2021 5:52 am
Forum: Q/A
Topic: Combining Columns
Replies: 0
Views: 7134

Combining Columns

How do I combine columns. The following code adds the firstName, lastName, age, and addr to the data table. I would like to simply add a new column after the addr column that consists of the firstName + a space + lastName. How do I accomplish this? I have tried using the + operator along with the Co...