Hi everybody! Big problem for me (one more time!) I have a script that save a new player and create a menu with the players. But if I put French names with accents (���...) the file is not good and incredible char replace the � or �. The file can't have the link with revolution and I'm unable to open it from the finder. Aaaaahhhhhhh! It's terrible! Is it a solution for me? Here is the script that create the file on a "Users Folder".
on mouseup global cheminusers -- le chemin de cette pile varibale on preopenstack set the itemDelimiter to "/" ask "Nom de la pile svp!" if it is empty then exit to top put it &".edb" into nom_fichier put cheminusers&nom_fichier into chemin_sauvegarde set the visible of stack "chablon" to false clone stack "chablon" close stack "chablon" set the name of stack it to nom_fichier set the title of stack nom_fichier to (char 1 to -5 of nom_fichier) -- .edb* est enlev� set the stackFileType to "RevoEDB_" save stack nom_fichier as chemin_sauvegarde close stack nom_fichier end mouseup -------------- Fran�ois Cuneo Site Web d�di� au Macintosh http://www.cuk.ch E-mail: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
