I am using the following code to take and combine values from:
BBuy HT T1
BBuy PC T1
BBuy HT T2
BBuy PC T2
to
T1
T2
how would i change that code to change the following from:
BBuy T1A Tfr
BBuy T1A Field
BBuy T2A Tfr
BBuy T2A Field
to
T1
T2
Thanks for any help
Paul
BBuy HT T1
BBuy PC T1
BBuy HT T2
BBuy PC T2
to
T1
T2
Code:
stringvar array x := split({splitTable1.Split_Name}," ");
x[ubound(x)]
how would i change that code to change the following from:
BBuy T1A Tfr
BBuy T1A Field
BBuy T2A Tfr
BBuy T2A Field
to
T1
T2
Thanks for any help
Paul