Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alphabetic numbering system
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00174074
Message ID:
00174197
Views:
27
>Well, I though it might be appropriate to go this way in case any other math needs arise from this system. I can use the functions I put together to do any math I need to (even though I don't need to yet...)
>
>
>For example to solve
>
>what is "AFGO" + "QFEG"?
>
>a = "AFGO"
>b = "QFEG"
>
>lnAnswer = Base10ToBase26(Base26ToBase10(a) + Base26ToBase10(b))
>
>any other functions I could imagine could be handled this way.

Hi Erik,

Excellent point, and demonstrates the reason I said what I did about it being better. Certainly, a more flexible solution.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform