Hello
Maybe a weird question, but I can do
to count from 1 to 10 with i -- is there a simple way to do the same thing for letters? I.e. a simple way to have a macro containing only a letter take on the next letter in the alphabet?
Thanks
Jo
Maybe a weird question, but I can do
Code:
local i = 1 foreach x of numlist 1/10 { di `i' local i = `i' + 1 }
Thanks
Jo
Comment