From numbers to letters
Posted: Thu Sep 29, 2016 12:56 am
Hi
how can I go from a number to a letter in the alphabet?
I have a loop where i have identfied that i want to set a line in column 2. but when using the setlines command I have to specify this as column B, and not column 2.
If I know the number of the column I want to change, how can I easily find the appropriate letter representing that column using program code?
Thomas
how can I go from a number to a letter in the alphabet?
I have a loop where i have identfied that i want to set a line in column 2. but when using the setlines command I have to specify this as column B, and not column 2.
Code: Select all
table.setlines(B) +rThomas