Dear All
The concat function seems strange when I want to combine fields to one. The compile error is : ERROR: Invalid variable type near line... Any help appreciated.
Best
Tuan
Concatenate error help
-
Tuan
- Posts: 29
- Joined: November 18th, 2013, 6:42 pm
Concatenate error help
You do not have the required permissions to view the files attached to this post.
-
Tuan
- Posts: 29
- Joined: November 18th, 2013, 6:42 pm
Re: Concatenate error help
Hi
I want to recall the previous post. The error was because the concat function only combine strings to string and not the number.Tks for reading.
Best
Tuan
I want to recall the previous post. The error was because the concat function only combine strings to string and not the number.Tks for reading.
Best
Tuan
-
Gregory Martin
- Posts: 1946
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Concatenate error help
If you want to convert numbers to strings, you can use the edit or the maketext functions.