Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I convert a String to Int type?
#1
how can i convert a string to an int?
for example :
str = "1"
the string 1, will converted be converted to an integer which is 1.

in C# I think this is how you will do it.

string num ="1";
int x = Int.Parse(num);

but here in QM, is there a simple way to do that?
#2
Check if QM is running as admin?
#3
thank you!

I found it in "Find help, functions, tools". by searching "convert string to number".


Forum Jump:


Users browsing this thread: 1 Guest(s)