Filemaker Ascii Code plugin Wiki
A filemaker plugin that converts text into ascii code (hex).
Status: Beta
Brought to you by:
crdtakeda
Filemaker Ascii Code plugin.
Created using 24U's plugin template located here: http://www.24usoftware.com/PlugInTemplate
Place the unzipped plugin in the Filemaker Extensions folder.
OS X: ~/Applications/Filemaker (version)/Extensions
This plug-in adds the "Ascii_Code( text { ; glue } )" function.
What it does is converts text into ascii code (like the one listed here:http://asciitable.com)
Inputs:
1. text : The text to be converted.
+ (optional) glue : The text to be inserted between each character.
Example:
Input: Ascii_Code( "I'm Gonna Be [500 Miles]" ; " " )
Output: 49 27 6D 20 47 6F 6E 6E 61 20 42 65 20 5B 35 30 30 20 4D 69 6C 65 73 5D
The wiki uses Markdown syntax.