6 messages in org.openoffice.fr.progRe: [prog] appel de fonction
FromSent OnAttachments
Sebastien RemyJun 20, 2006 7:29 am 
André BaudoinJun 20, 2006 8:03 am 
Bernard MarcellyJun 20, 2006 8:12 am 
Laurent GodardJun 20, 2006 8:13 am 
Laurent GodardJun 20, 2006 8:17 am 
Sebastien RemyJun 21, 2006 12:30 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] appel de fonctionActions...
From:Laurent Godard (lgod@indesko.com)
Date:Jun 20, 2006 8:17:56 am
List:org.openoffice.fr.prog

Re

pourquoi utilises tu un curseur de cellule ?

je voulais dire un curseur de texte dan sla cellule désolé

tu pourrais faire

function annee(cellule) as string contenu = cellule.string annee = right(contenu,4) end function

Laurent