Hi,
I am writing a function like
function! Print(format, expre ...)
"call printf(a:format, ???)
endfunction
However, I have no idea about how to pass the variable number of arguments
to the printf function.
I would like to know how to implement this function.Thanks Wilson --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
