Newbies AyseCABI Posted July 8, 2003 Newbies Posted July 8, 2003 I need an open source plug in about translating number to string. Where can i find? Please help me... Thanks...
Fitch Posted July 8, 2003 Posted July 8, 2003 The only open source plugins I've ever seen are here: http://www.fmplugin.org/compile.htm
CobaltSky Posted July 16, 2003 Posted July 16, 2003 The pointer Tom has offered is also the only one that I'm aware of. However I'm not clear on what it is you are trying to do, nor why you would contenplate using a plug-in to do it. The two most obvious number-to-string operations are accommodated by FileMaker's native calc functions. Notably the NumToText( ) function (to render a numeral as a text literal string), or a compound formulation using the Choose function to express a numeric value in words. Either of these can be achieved with reasonable efficiency by dropping some code into a FileMaker calc dialog.
cocoadev Posted July 23, 2003 Posted July 23, 2003 source code at that site seems to no longer exist or the links are dead. I'm also trying to author a plugin, but I'm having no luck using CodeWarrior under OSX, although I have written plugins for FM/Windows. As for trying to convert a number to string, you shouldn't need a new plugin to do that. You should just use a built in function. Judging from how FM handles data passing between your plugin and Filemaker, everything is a (char*) string. Does anyone here
Newbies AyseCABI Posted July 30, 2003 Author Newbies Posted July 30, 2003 I konow i can convert number just a 2 fields and a calculation. but i want to learn how to write plugin. So i decided to make an plugin that contevts. Have you got another-simple-open source plug in that helps me to learn?? Thanx
costello_ryan Posted August 3, 2003 Posted August 3, 2003 I might be mistaken here, but i seem to remember that the example plugin include with Filemaker developer does this exact number to text conversation.
Newbies tasyug Posted September 23, 2003 Newbies Posted September 23, 2003 anyone who can write a plug-in for an autoresponse database through a cellphone nokia 5110 and a datacable for a serial port. i am willing to pay for it.
costello_ryan Posted October 7, 2003 Posted October 7, 2003 I may possibly be interested in adding this functionality to the plugin I am currently developing. Please email me at [email protected] if you want to talk about it more.
Recommended Posts
This topic is 7786 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now