FiveWin MsgGet() Equivalent Function

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
CCH4CLIPPER
Posts: 140
Joined: Tue Mar 03, 2009 8:59 am

FiveWin MsgGet() Equivalent Function

Post by CCH4CLIPPER »

Hi

In fiveWin, you can use
MsgGet( "Write something", "Whatever...", @cPrompt ) ---> return logical

In HMG, there is an InputBox() where I can
InputBox ( 'Whatever...' , 'Write something' , cMonth ) --> returns nothing

But, then I have a need to have InputBox to return logical

Can anyone help ?

TIA

CCH
http://cch4clipper.blogspot.com
Post Reply