Code: Select all
replaceText("malformed","mal","well") -- returns "wellformed"
any ideas?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
replaceText("malformed","mal","well") -- returns "wellformed"
Code: Select all
put replaceText("malformed","mal","well") into field 1 -- returns "wellformed"
I know, but my good education forced me to put it this more diplomatic waySimon Knight wrote:Klaus,
The dictionary is fine, its me (RTFM)
Simon