Paul Kemp
Expert Member
- Joined
- Jan 4, 2021
- Messages
- 3,666
- Reaction score
- 5,746
I’ve got a list or array of ‘1’,’b’,’c’,’69’ and I want to turn it into ‘’1’’,’’b’’,’’c’’,’’69’’ to use in an openquery.
Without having actually tried anything yet, is using replace chr(39) with chr(34) an option?
How would you go about doing this?
@TribbleZA since you don’t charge an arm and a leg, feel free to send invoice
Without having actually tried anything yet, is using replace chr(39) with chr(34) an option?
How would you go about doing this?
@TribbleZA since you don’t charge an arm and a leg, feel free to send invoice