August 26, 200322 yr Hi there, just asking how can i checking the ascii code for certain character, like the ascii code for "a" is 97. Then if i set a script to change the ascii code, the character will change, like if i set a=a+1, now the character "a" will become "b" or i set it to a = a + 3, it will become "d". Regards, Henry
August 26, 200322 yr I would create an external file ASCII.fp5 then use the relationship to fetch char/value. Otherwise you could use Position function on field containing entire ASCII set Dj
August 26, 200322 yr Here are three files that deal with ASCII characters, one is by our own Ray Cologon aka CobaltSky. Maybe one of these will help you ASCII By: John Mark Osborne URL: http://www.fmfiles.com/tnt11.html ASCII-ID By: Martin Trautmann URL: http://www.fmfiles.com/dev7.html Convert characters to/from ASCII character numbers By: Ray J. Cologon URL: http://www.nightwing.com.au/FileMaker/ Lee
Create an account or sign in to comment