12 messages in org.openoffice.fr.prog[prog] [OOoBasic] Comment détecter si...
FromSent OnAttachments
BobJul 23, 2004 3:09 pm 
Bernard MarcellyJul 25, 2004 12:28 am 
BobJul 26, 2004 12:17 pm 
Laurent GodardAug 2, 2004 8:49 am 
Bernard MarcellyAug 3, 2004 12:50 am 
Laurent GodardAug 3, 2004 1:21 am 
BobAug 3, 2004 1:46 am 
BobAug 9, 2004 2:50 am 
Bernard MarcellyAug 9, 2004 6:11 am 
BobAug 9, 2004 2:16 pm 
Bernard MarcellyAug 10, 2004 4:56 am 
BobAug 31, 2004 2:50 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:[prog] [OOoBasic] Comment détecter si une sub ou function est implémentée dans un module ?Actions...
From:Bob (mlo@bobiciel.com)
Date:Jul 23, 2004 3:09:37 pm
List:org.openoffice.fr.prog

Bonsoir,

Je souhaite tester dans une macro en basic si une fonction ou une procédure a été implémentée dans un autre module.

exemple d'utilisation :

if _exist_(autreModule.maProcedure) then autreModule.maProcedure(sesParametres) else [traitement par défaut] end if

D'avance merci pour votre aide

a+