the line is
Code: Select all
(john,maria,artemis)\ and some other information here
thx
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
(john,maria,artemis)\ and some other information here
Code: Select all
on mouseUp
put "(john,maria,artemis)\ and some other information here" into temp
set itemDel to "\"
put item 2 of temp
end mouseUp
Code: Select all
-->unicode clean
put unidecode(the unicodetext of fld "paragwga","utf8") into temp
set itemdel to "-"
put item 2 of temp into tTemp
set the unicodetext of fld "f100" to uniencode(tTemp,"utf8")