Casting Strings to Integers
Posted: Tue Jul 26, 2011 2:55 pm
Hey all, new to Cobra and really really liking it.
Just a small problem I'm having is casting a String to an int. What I'm trying to do is something like this:
Am I doing this completely wrong or is there method to do this?
I'm using Cobra-2010-10-18
Just a small problem I'm having is casting a String to an int. What I'm trying to do is something like this:
- Code: Select all
testString = "12345"
testInteger = testString to int
Am I doing this completely wrong or is there method to do this?
I'm using Cobra-2010-10-18