dbTalk Databases Forums  

Increment 'A'

comp.databases.filemaker comp.databases.filemaker


Discuss Increment 'A' in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Patrick
 
Posts: n/a

Default Increment 'A' - 08-04-2003 , 06:59 AM






Does anybody knows how to increment the 'A' so it will be 'B' and so on to
'Z'????

Thanx



Reply With Quote
  #2  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: Increment 'A' - 08-04-2003 , 10:02 AM






The next letter after LastLetter would be:

middle(
"ABCDEFGHIJKLMNOPQRSTUVWXYZ",
position("ABCDEFGHIJKLMNOPQRSTUVWXYZ", LastLetter, 1, 1)+1,
1)

Patrick wrote:
Quote:
Does anybody knows how to increment the 'A' so it will be 'B' and so on to
'Z'????
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Pro Solutions Los Angeles, California
Associate Member, FileMaker Solutions Alliance



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.