G
Guest
String "cat" does not = "atc" in a direct string to string comparison. I need a function/routine that returns true.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
need a function/routine that returns true.chris said:String "cat" does not = "atc" in a direct string to string comparison. I
Function returnTrue() As Boolean
returnTrue = True
End Function
need a function/routine that returns true.chris said:String "cat" does not = "atc" in a direct string to string comparison. I
need a function/routine that returns true.chris said:String "cat" does not = "atc" in a direct string to string comparison. I
need a function/routine that returns true.chris said:String "cat" does not = "atc" in a direct string to string comparison. I
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.