Phil wrote:
>
> Unfortunately for me, ruby has nothing like InputBox() and Msgbox().
>
You can display a MessageBox by via the Win32API:
http://rubyonwindows.blogspot.com/2007/06/displaying-messagebox-using-windows-api.html
The result is very similar to VB's MsgBox function.
David
http://rubyonwindows.blogspot.com
--
Posted via http://www.ruby-forum.com/.