SuperEdi

User: Guest

Search

Please use the
Bug Report Form
if you think you found a software defect.

Use the Contact Form
to send a personal message to Wolfgang.

RSS Feed RSS Feed

Other boards:
Juke
QBrowser
Raduga (English)
Song Requester

Can't use InputBox in vbScript

Posted on: SuperEdi

From Message

David Lewis

2007-03-30 18:11:49

Can't use InputBox in vbScript

If I try and run the following script in SuperEdi, the program freezes and then crashes. It displays the Input box, but crashes before it can display the data in the console. Is there something wrong with my code, or is this a bug with SuperEdi?

Thanks
David


Console.Visible = True
Call Console.Clear()

strFind = InputBox( "Enter the text to find", "", "" )
Call Console.WriteLine( "Text: " & strFind )

Wolfgang Loch

2007-04-01 23:19:05

Re: Can't use InputBox in vbScript

I can reproduce the problem. It will be fixed with the next update.

David Lewis

2007-04-02 00:26:54

Re: Can't use InputBox in vbScript

Thank you very much,
I look forward to the next update :-D

David

Post a reply to this message: