Error BC32017, BC30035, BC30516

Unable to solve this problem. The Expression code is working in new form now But not working in old form.

Can anyone help me on this.

Below attached for the reference.


hqnosw value is - [(888) 847-8766 (HQ)

hqnosw.Replace(" “&hqnosw.split(” “c).Last,”")


Hi,

Can you try either of the following?

hqnosw.Replace(" "+hqnosw.Split(" "c).Last,"")

OR

hqnosw.Replace(" "&(hqnosw.Split(" "c).Last),"")

Regards,

1 Like

grafik
make a different variable concatenation

1 Like

Thankyou it is working

Thankyou it is working but second one is not working.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.