Compare numbers in string value

hi

I have a string variable that brings back a certain number,

I need to check whether that number is greater than 8

Cint(“8”) > 8 can be used looks with variable like this Cint(YourStringVar) > 8 within the compair

@Ziyaad_Conrad1

Use if condition and write as below

Cint(“8”) > 8

Hope this may help you

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.