Hi again! I need to make a function like 'printf' which have a variable number of arguments how to do this in Gambas? Function MyPrintf(sFormat as String, Args as Variant...) as String or something like this ;P ps. I dont want to use Arrays but true variable parameters Thanks in advance