Re: Convert String To Number
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 06/15/04
- Next message: William DePalo [MVP VC++]: "Re: Convert String To Number"
- Previous message: Igor Tandetnik: "Re: API help"
- In reply to: JLO: "Convert String To Number"
- Next in thread: William DePalo [MVP VC++]: "Re: Convert String To Number"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Jun 2004 13:51:40 -0400
"JLO" <geomapa@cybercable.net.mx> wrote in message
news:%23zAZtCwUEHA.1764@TK2MSFTNGP10.phx.gbl
> Hello. i'd like to convert the string from my editbox to number for
> making some mathematic operations.
sscanf, atoi, strtol, StrToInt, VarI4FromStr - pick one. Or, you can get
the number straight from the box - see GetDlgItemInt
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
- Next message: William DePalo [MVP VC++]: "Re: Convert String To Number"
- Previous message: Igor Tandetnik: "Re: API help"
- In reply to: JLO: "Convert String To Number"
- Next in thread: William DePalo [MVP VC++]: "Re: Convert String To Number"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|