TPW StrToInt IntToStr
How?
Blog Archive
►
14
(1)
►
Nov
(1)
►
12
(8)
►
Jun
(5)
►
Apr
(1)
►
Mar
(1)
►
Feb
(1)
▼
11
(59)
►
Oct
(1)
►
Sep
(1)
►
Aug
(3)
►
Jul
(23)
►
Jun
(6)
►
May
(17)
►
Apr
(5)
►
Mar
(1)
▼
Jan
(2)
C++, Get all parameter there was sent by (DOS/CMD...
TPW StrToInt IntToStr
►
10
(3)
►
May
(3)
Followers
Listed
Google PageRank Checker PRBbutton
auto FWS
mBed Bugs
Programing
VB.net
CSharp
Aero Glass
C/C++
Pascal/TPW
Software
Win7Aero Programing
Tas Wanita Murah
Visitor
Large View
Feedjit Live Blog Stats
S
H
A
R
E
Wednesday, January 26, 2011
TPW StrToInt IntToStr
function StrToInt(s:char):integer ;
begin
StrToInt := ord(s)-48;
end;
function IntToStr(ii : longint): string;
var s : string[30];
begin
str(ii, s);
IntToStr := s;
end;
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment