In rev, are externals written to a reference VM so that they are only written once and can run on any platform? Or, do they have to be written separately to each platform? Can java programs be called as externals?
Randall -----Original Message----- From: "Mark Schonewille" <[email protected]> To: "How to use Revolution" <[email protected]> Sent: 1/18/2009 1:21 PM Subject: Re: Unicode in stack title Thanks for your answer, Richmond. I'll use the unicodeTitle. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum We are always looking for new projects! Feel free to contact us to discuss your custom software project! On 18 jan 2009, at 21:55, Richmond Mathewson wrote: > When I did this: > > on mouseUp > put unidecode("ХЛЯБ","Bulgarian") into TWORD > set the name of wd "untitled 1" to TWORD > end mouseUp > > it put ïãüÅ into the name of the stack. > > ------------------------------------------- > > this: > > on mouseUp > put unidecode("ХЛЯБ","Bulgarian") into TWORD > set the title of wd "untitled 1" to TWORD > end mouseUp > > produced similar results. <snip>_______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
