Not differing between upper- and lower-case text

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • When comparing an editbox to a string-value is there a way to have the program ignore the difference between upper-case and lower case text?

    Meaning if the editbox should contain "car" it will accept "car","CAR","Car", "CaR" etc.

  • You can convert Strings before you compare them with Lower$(>Enter string< ) or Upper$(>Enter string< ).

    So Lower$( "Test" ) will become "test" and Upper$( "Test" ) will become "TEST".

  • Hi DemonD,
    Usually the first thing we think about is using Compare two general values. Here I will just present a version that works well in all cases (even when having several instances of the same object):

    Always
    + Set alterable string ??? to: Lower$(Edittext$( "EditBox" ) )
    Alterable string ??? = "car"
    + Do something

    ouly

    Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!