Re: getNumber in wxEuphoria

new topic     » goto parent     » topic index » view thread      » older message » newer message

> I use the command getNumber in win32lib as:
> HMEID = getNumber(EMEID)
> set_parameter("HMEID",HMEID)

This does the same thing:

    HMEID = getText( EMEID )

    HMEID = value( HMEID )
    if HMEID[1] = GET_SUCCESS then
        HMEID = HMEID[2]
    else
        HMEID = 0
    end if

    set_parameter( "HMEID", HMEID )

> I want to do the same thing in wxEuphoria. I have trouble  changing the
> text field to integer to insert into edb using eusql.
> Thanks for any help
> jim

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu