Converting Pounds Prices to Euro Prices
Converting Pounds Prices to Euro Prices
- Subject: Converting Pounds Prices to Euro Prices
- From: David Bradley <email@hidden>
- Date: Mon, 19 Feb 2007 10:08:28 +0000
Hi,
Have trouble finding any help on how to convert prices in pounds to
euros, has anyone done this before or give me any clues.
I have a text box in a Quark XPress document that contains several
prices in pounds sterling.
I would like to write a script that will look for those prices and
convert them into euros.
I have managed to search the text box and change the '£' symbol to
'€' with the following script:
tell application "QuarkXPress"
tell front document
tell every text box of page 1
if (exists (every text where it is (ASCII character 163))) of
every text then
set (every text where it is (ASCII character 163)) to (ASCII
character 219)
end if
end tell
end tell
end tell
Any help with be gratefully received.
Cheers
David Bradley
Senior Web Programmer
Globe Media
Brookfields Way
Manvers
Wath-upon-Dearne
Rotherham
S63 5DL
Tel: 01709 768231
Fax: 01709 768011
email@hidden
www.globe-media.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden