I think it could be convenient if when settiing the #NUMERICAL option for stringrequest that the resulting variable then would be stored as a value instead of a string.
Sometimes when using stringrequest one can get away with using the result as a number but in other cases you get the "comparing a string with a number error".
So to be sure one have to use an extra line to convert the string variable to a value.
I've been thinking it could be convenient if when settiing the #NUMERICAL option for stringrequest that the resulting variable then would be stored as a value instead of a string.
I cant come up with any case where this creates a problem since you still can use the value in a string if needed.
Or may this cause complications?