process each line.
	" loop cmd or item read
	while s:lnum <= line("$")
		"move cursor to the current line
		exe "".s:lnum
		" launch OPC Client
		call MyMainFunc()
         endwhile
Is there a faster way to do the same ?
Thank you
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
 
No comments:
Post a Comment