Loop using roman numerals??

2003-06-10 Thread Janine Jakim
I'm wondering if I can do this easily?? I need a numbered loop, but it needs to be roman numerals i, ii, iii, iv, v, vi, etc Is there anyway to do that easily or do I need to do the cfif recordcount blah blah. thanks, j ~|

RE: Loop using roman numerals??

2003-06-10 Thread Ben Doom
=475 -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Janine Jakim [mailto:[EMAIL PROTECTED] : Sent: Tuesday, June 10, 2003 9:22 AM : To: CF-Talk : Subject: Loop using roman numerals?? : : : I'm wondering if I can do this easily?? : I need

RE: Loop using roman numerals??

2003-06-10 Thread DURETTE, STEVEN J (AIT)
There is a RomanFormat function on cflib.org that you could use. Then you could just loop through using decimal, but display the roman numeral. Steve -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:22 AM To: CF-Talk Subject: Loop using

Re: Loop using roman numerals??

2003-06-10 Thread Sean A Corfield
On Tuesday, Jun 10, 2003, at 06:32 US/Pacific, DURETTE, STEVEN J (AIT) wrote: Then you could just loop through using decimal, but display the roman numeral. If this is just a display issue, you could do it through an ordered list in HTML with the style set to roman numerals: ol