8 messages in org.openoffice.fr.progRe: [prog] problème de 0
FromSent OnAttachments
Sebastien RemyJun 19, 2006 7:00 am 
Laurent GodardJun 19, 2006 7:12 am 
Alex ThurgoodJun 19, 2006 9:10 am 
Laurent GodardJun 19, 2006 9:34 am 
Bernard MarcellyJun 19, 2006 9:48 am 
Laurent GodardJun 19, 2006 10:03 am 
Alex ThurgoodJun 19, 2006 1:37 pm 
Bernard MarcellyJun 19, 2006 2:08 pm 
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] problème de 0Actions...
From:Laurent Godard (lgod@indesko.com)
Date:Jun 19, 2006 9:34:15 am
List:org.openoffice.fr.prog

Bonjoru alex

sinon, voir la fonction format pour plus de possibilités

Sur PC-BSD avec OOo2.0.2rc4, ça ne fonctionne pas, il renvoit toujours 2006105

oui, tu as raison, le 0 est vire des l'affectation

dim debut as string debut = "O105" print "2006" & debut

ou alors

debut = 0105 print "2006" & format(debut, "0000")

Laurent