logo Command Eg:
Chr(29) + Chr(40) + Chr(76) + Chr(6) + Chr(0) + Chr(48) + Chr(69) + Chr(48) + Chr(49) + Chr(1) + Chr(2)
logo = datareader(logo)
I am storing this string in logo column in bill options table, but when I am retrieving this data and appending it using printstring += logo
then it is not printing the logo.
Instead it is printing the same string as is Chr(29) + Chr(40) + Chr(76) + Chr(6) + Chr(0) + Chr(48) + Chr(69) + Chr(48) + Chr(49) + Chr(1) + Chr(2)
What is the problem?
Thank you.