10 messages in org.openoffice.fr.progRe: [prog] J' array oublié quelque ch...
FromSent OnAttachments
Serge LE LOUARNEAug 25, 2004 12:22 pm 
Manens FlorentAug 25, 2004 1:39 pm 
Serge LE LOUARNEAug 25, 2004 3:17 pm 
Serge LE LOUARNEAug 25, 2004 3:56 pm 
Manens FlorentAug 26, 2004 2:16 am 
Serge LE LOUARNEAug 26, 2004 3:46 am 
Laurent GodardAug 26, 2004 4:08 am 
Serge LE LOUARNEAug 26, 2004 1:21 pm 
Laurent GodardAug 27, 2004 1:38 am 
Serge LE LOUARNEAug 27, 2004 3:51 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] J' array oublié quelque chose ?Actions...
From:Serge LE LOUARNE (serg@neuf.fr)
Date:Aug 25, 2004 3:56:13 pm
List:org.openoffice.fr.prog

Serge LE LOUARNE a écrit :

Manens Florent a écrit :

Apparement, split dans StarBasic ne fonctionne pas correctement si on ne lui donne pas de délimiteur (je n'ai pas de quoi tester).

Bonjour,

Malheureusement, j'ai besoin de retrouver toutes les positions d'une même lettre dans le mot, d'où le tableau. Néanmoins merci.

Mais après reflexion (et test ;-) ), ceci semble convenir :

for n = 1 to len(mot) if Instr(mot, lettre) > 0 then motChoisi(n) = lettre endif next

A+ Serge