K
Kwong
Hi,
I am retrieving an alphabet letter from a file and i want to increase
it by 1. ex. C goes to D, X goes to Y.
I realised that the ASC function does not allow variables. Is there an
easier way to increase my alaphabet letter, say to use chr(x), x=x+1,
rather than hard coding a bunch of if statements that manually check
what letter is in the variable?
thanks
kwong
I am retrieving an alphabet letter from a file and i want to increase
it by 1. ex. C goes to D, X goes to Y.
I realised that the ASC function does not allow variables. Is there an
easier way to increase my alaphabet letter, say to use chr(x), x=x+1,
rather than hard coding a bunch of if statements that manually check
what letter is in the variable?
thanks
kwong