Skip to Content
1
Former Member
Oct 25, 2011 at 09:00 AM

How to append one field symbol data to another field symbols.

2569 Views

Hi All,

I have a problem in appending data from one field symbols to another field symbols.

<Field-symbols> :<f1> type any,

<f2> type any.

In program i am assing a table data to <f1> and <f2>.

Now i want to append <f2> to <f1>.

I have tried like this Append <f2> to <f1>.

But it's not working.

Can any boby suggest me how to acheive this.

Thanks in advance

Viswa