K
kwang
Unregistered / Unconfirmed
GUEST, unregistred user!
I want to calculation the string expression,
for example,
var
s:string;
a,b,c,d:integer;
.........
a:=5;
b:=6;
c:=7;
d:=8;
s:='(a+b)*(a-c/d)'
I remember I can do it by '&' in foxpro,
but I don't know what I can do by DELPHI,
Who can help me?
for example,
var
s:string;
a,b,c,d:integer;
.........
a:=5;
b:=6;
c:=7;
d:=8;
s:='(a+b)*(a-c/d)'
I remember I can do it by '&' in foxpro,
but I don't know what I can do by DELPHI,
Who can help me?