T
!TG
How do I determine if a variable is an array or a string?
I want to send a variable to a function, but sometimes it will be an
array and sometimes a string.
Each must be treated differently I assume.
I want to write string to DB field and Array in as comma separated
string to DB Field
I want to send a variable to a function, but sometimes it will be an
array and sometimes a string.
Each must be treated differently I assume.
I want to write string to DB field and Array in as comma separated
string to DB Field