hum
there is someting that hurt me ... how are passed your params ... in
what variable ?

for exemple ... if all is string  like : (param1, para2, para3)

use an array

Public Funtion F2(MyParam as string[]) as


end


call it

F2(split(sParam,","))


to use "..." it's really rare it's for polymorphe call via a hard
coded function :

F2(toto, tata, titi)
F2(toto,tata)

but it not seem to be your case

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to