Login
Remember
Register
Ask a Question
How to convert a character variable to a numeric variable?
0
votes
asked
Aug 20, 2024
in
Software Defined Networking
by
john ganales
How to convert a character variable to a numeric variable?
numeric
variable
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 20, 2024
by
john ganales
You must create a differently-named variable using theINPUTfunction.
The example below shows the use of the INPUT function.
numvar=input(charvar,4.0);
...