Using Tables:
Is there an easier way to put a list of characters in than writing their ascii number? Like A is 65
tried 'A' which is a comment tried "A" which puts a 0 in tried DB 'A' and "A" leaves out the DB completely
Any suggestions?
thanks Mike
Log in to post a comment.
Using Tables:
Is there an easier way to put a list of characters in than writing their ascii number?
Like A is 65
tried 'A' which is a comment
tried "A" which puts a 0 in
tried DB 'A' and "A" leaves out the DB completely
Any suggestions?
thanks
Mike