ccalculation of variables - TechRepublic
General discussion
October 24, 2000 at 09:41 PM
sallo

ccalculation of variables

by sallo . Updated 25 years, 7 months ago

i have three variables
a=100
b=”/”
c=5

now i want to calulate as
d = abc && as d = 100 / 5
to get an answer
d=20

any idea how it can be done.

This discussion is locked

All Comments