0 votes
in Software Defined Networking by

How to convert a character variable to a numeric variable?

1 Answer

0 votes
by
You must create a differently-named variable using theINPUTfunction.

The example below shows the use of the INPUT function.

numvar=input(charvar,4.0);
...