xlate question

Kenneth Brody kenbrody at bestweb.net
Thu Jan 20 18:05:33 PST 2005


Matthew Williams wrote:
[...]
> rep(15)=xlate(15,chr("34")chr("44")," ")
> and that had reported a error, so count that out, I however did not
> try with a & inbetween, that sounds like it would work but I never
> ended up needing it.
[...]

It reported an error because you need something to join the chr("34")
and chr("44"), such as '&'.

However, if the problem with commas [for which you could have used ","
rather than chr("34")] was because you didn't have quotes around the
field, then placing quotes around the field would eliminate the need
to eliminate the commas.

-- 
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody        | www.hvcomputer.com |                             |
| kenbrody/at\spamcop.net | www.fptech.com     | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <mailto:ThisIsASpamTrap at gmail.com>




More information about the Filepro-list mailing list