You might check to see that Excel is not adding quotes unilaterally during
export.  I know it encloses a cell with quotation marks if a comma is in a
cell, and it may do so under other circumstances.

Mark

-----Original Message-----
From: Fran�ois Cuneo [mailto:[EMAIL PROTECTED]
Sent: Monday, July 28, 2003 8:11 AM
To: [EMAIL PROTECTED]
Subject: Bug with quote and put URL 


Hello everybody!
I have a not very funny bug to present:-)
Here is the code and it works perfectly:

*****
set the itemdelimiter to tab
put item 1 to -2 of chemin into chemin
put chemin &"/Data/French.rev" into cheminloc1


--  IMPORTATION Des FICHIER FRANCAIS (FRENCHOBJ.TXT et FrenchMsg.txt) VERS
--  LES CHAMPS DE LA CARTE 2
   
     
put "put URL"&& QUOTE&"file:" &cheminloc1 &QUOTE &&"into field" && QUOTE
&"messages"&QUOTE&&"of card id 1032 of me"  into fich_a_importer
     
do fich_a_importer

delete line 1 of fld "Objets" of card id 1032 of me --j'efface le titre de
la liste
*****
     
OK, all the file is correctly in the field Messages, fine.

The imported text is a tabuled text.

If I have in the text ((tab) it's when I use the tabkey):

coucou (tab) gag (tab) haha

all is good BUT if the text is with a quote:

"coucou" (tab) gag (tab) "haha"

I obtain double quote!!

""coucou"" (tab) "gag" (tab) ""ahaha""

grrrrr.....

Shure it a bug!

No?? It's me???


Thank you to say why!!!
Friendly

Fran�ois
-------------- 
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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to