String to Integer
I have a workflow that contains a displayform which takes the input (number) from the user by entering this number into a textbox, the output argument of this displayform is a string variable. I need to use this argument (String Variable) in a query that finds all the features with OBJECTIDs less than the number enterd by the user (which is now a string). Therefore, I need to convert the output argument (String Variable) from String to Integer.
Any suggestion about how I can convert a string to integer?
Best Regards,
Hani
0
-
You should just be able to create an Integer variable, and assign that to CInt(string) 0 -
Many thanks for the help Ryan,
I tried this but still there is an error
0 -
Any Suggestion Ryan? 0 -
Hi Hani
it should be int1 on the left and CInt(min) on the right
regards
Ralph0 -
Thanks for the valuable contribution Ralph,
That's right! It worked now
Best,0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
5 Kommentare