Bonjour Bernard

   dim args10(0) as new com.sun.star.beans.PropertyValue
   args10(0).Name = "ToPoint"
   args10(0).Value = "$H$"+(i+1)

as tu essayé
args10(0).Value = "$H$"+cstr(i+1)

car là tu additionne des choux et des carottes
("$H" est une chaine, i+1 un entier)
CSTR te permet de de Convertir en STRing

Laurent

--
Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org
Indesko >> http://www.indesko.com
Nuxeo CPS >> http://www.nuxeo.com - http://www.cps-project.org
Livre "Programmation OpenOffice.org", Eyrolles 2004

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Répondre à