22.03.2013, 23:28
You can't return strings directly like that. You also can't return both integers and strings in the same function. But I guess you already discovered that.
For your strval question: if I remember correctly, it will return 0 if there are no numbers in the string. But it will return 15 when your input is "tysd15asdfae".
For your strval question: if I remember correctly, it will return 0 if there are no numbers in the string. But it will return 15 when your input is "tysd15asdfae".
