Page 1 of 1
Content of each line and alphabets
Posted: Thu Apr 28, 2016 7:45 am
by shalu
Hi,
I made a loop which has many lines that contain text. I need the content of each line and that line must have alphabets (a),(b)... corresponding to each line. when line count exceeds 26 then alphabet count should be aa, ab,.... Is it possible
Thanks
Shalu S
Re: Content of each line and alphabets
Posted: Thu Apr 28, 2016 8:44 am
by richmond62
Here is "something".
Nothing more than a bit of logic!
Re: Content of each line and alphabets
Posted: Thu Apr 28, 2016 10:16 am
by shalu
Thanks for your help

Re: Content of each line and alphabets
Posted: Thu Apr 28, 2016 10:34 pm
by theotherbassist
I don't know how exact you have to be... but
Code: Select all
set the liststyle of line 1 to -1 of fld "[your field]" to "lower latin"
is a built-in function that's very close to what you're after
On that note,
I looked at the liststyle lower latin behaviour in LC7... and it goes through
a
b
c
...
x
y
az
aa
ab
I'm thinking the jump to "az" following "y" is a bug. Obviously this should be "z." Can anyone confirm the same behaviour?
Re: Content of each line and alphabets
Posted: Fri Apr 29, 2016 6:10 am
by dunbarx
Hi.
This behavior occurs forever: for example, after "yyyy" is "azzzz".
Bug or feature?
Craig Newman
Re: Content of each line and alphabets
Posted: Fri Apr 29, 2016 11:54 am
by richmond62
This behavior occurs forever: for example, after "yyyy" is "azzzz".
Hence my stack posted above.
Re: Content of each line and alphabets
Posted: Fri Apr 29, 2016 12:59 pm
by theotherbassist
Is that for easily marking list depth then?