Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Get a variable type

Aug
1,904
68
TCC allows us to set a variable type. Example;
Code:
c:\users\jlc\utils>set /T:dec thenumber=19.55

c:\users\jlc\utils>echo %thenumber
19.55

c:\users\jlc\utils>set thenumber=abcd
TCC: (Sys) Data supplied is of wrong type.
"thenumber=abcd"

Is there a way to get a variable type, other than "Data supplied is of wrong type"?

Joe
 

Similar threads

Back
Top