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:
00174193
Views:
27
>>George, John-
>>
>>Beautiful!!!
>>
>>I am humbled by both yours and John's intellects. I came up with my own, but it wasn't quite as simple. I approached it completely differently, from a more mathematical side. Here is what I came up with:
>
>You shouldn't be. Your's is as beautiful as any of the others. In looking at it, it occurred to me that it might better in some respects. Certainly, I think that the mathematical approach might be more in keeping with the nature of the problem.

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.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform