Mac / PC Scripting issues
Pierre Sahores
psahores at easynet.fr
Fri Oct 17 15:32:22 EDT 2003
Le ven 17/10/2003 à 17:52, Stephen Messimer a écrit :
> Richard,
>
> I think I understand what you mean by low ASCII. Not having memorized
> either the Mac or PC character sets this becomes an issue when I am
> using a particular character. It would be nice to have a simple list
> that points out areas where the two character sets diverge.
>
> Thanks for your response. It will send me in the right direction.
>
> On Friday, October 17, 2003, at 11:27 AM,
> use-revolution-request at lists.runrev.com wrote:
>
> >> Are these all the cross platform scripting cautions you need to be
> >> aware of when developing for both the Windows and Macintosh platforms?
> >> Having a complete set of information on this subject in one place
> >> would
> >> be most helpful.
> >
> > Stay with low-ASCII and you're fine.
> >
> > --
> > Richard Gaskin
> > Fourth World Media Corporation
> > Developer of WebMerge: Publish any database on any Web site
> >
>
> Regards,
>
> Steve
>
> Stephen R. Messimer, PA
> 208 1st Ave. South
> Escanaba, MI 49829
> www.messimercomputing.com
> --
> Build Computer-Based Training modules FAST with preceptorTools™ --
> Public Beta available Now!
> --
> Macintosh G-4 OSX 10.2.6, OS 9.2.2, 512MB RAM, Rev 2.1
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
Hello There,
Try this utility button to stick in your in development stage apps :
> on mouseUp
> if the shiftkey is up then
> repeat with c = 1 to 255
> put numtochar(c) && "= &#" & c & ";" & return after buffa
> end repeat
> answer buffa
> end if
> end mouseUp
--
Bien cordialement, Pierre Sahores
100, rue de Paris
F - 77140 Nemours
GSM: +33 6 03 95 77 70
Pro: +33 1 41 60 52 68
Dom: +33 1 64 45 05 33
Fax: +33 1 64 45 05 33
Inspection académique de Seine-Saint-Denis
Applications et SGBD ACID SQL (WEB et PGI)
Penser et produire "delta de rentabilité"
More information about the use-livecode
mailing list