Comparing strings - simple question

bowser499

Member
Reaction score
1
Can I compare strings in this way?

Code:
if string1 > string2 then
Code:
if string1 < string2 then
Code:
if string1 >= string2 then
Code:
if string1 <= string2 then
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
609
You can't compare strings based on value; the given functions for string comparison in WE only decide whether (StringA Equal to/Not Equal to StringB). But you can use conversions and such with Substring functions to extract most values in a string.
 

Curo

Why am I still playing this game...?
Reaction score
109
You mean like:

if cake > pie, then eat
if friday = today, then sing

???

Or are you trying to compare numbers in a string? If so, I think you can covert the string into a real/integer, then compare.
 

jig7c

Stop reading me...-statement
Reaction score
123
You mean like:

if cake > pie, then eat
if friday = today, then sing

???

Or are you trying to compare numbers in a string? If so, I think you can covert the string into a real/integer, then compare.
how do you convert cake into an integer and friday into a real?
 

XeNiM666

I lurk for pizza
Reaction score
138
how about:
converting both string to an integer/real and then comparing them via >, <, ==, !=
 

HydraRancher

Truth begins in lies
Reaction score
197
You cannot convert letters into integers. Creates an error.

If you're talking about string LENGTH, then do (String Length). If not, you'll have to do some separating.

Firstly, you get your string, and using substrings, check the first character. If it is an integer, save it under TempInt[1].

Repeat all the way until you finish your string length, then use this:

Trigger:
  • Trigger
    • Events
    • Conditions
    • Actions
      • --------What I just said ^---------
      • For each (Integer A) from 1 to (String Length) do (Actions)
        • Loop - Actions
          • Set NewValue = ((NewValue * 10) + TempInt[Integer A])



This will succesfully separate integers from string, and then convert it into a number.

If you input 89wrygw3o4,

it will output 8934.

If you input 2uiwertheiruthhui4.

it will output 24.
 

Curo

Why am I still playing this game...?
Reaction score
109
how do you convert cake into an integer and friday into a real?
You can't.... You could only convert if the string is a number. Did my joke go totally over your head, or are you just trolling?
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Happy Sunday!
    +1
  • The Helper The Helper:
    I will be out of town until Sunday evening
    +1
  • The Helper The Helper:
    I am back! Did you miss me LOL
    +1
  • jonas jonas:
    where did you go?
  • The Helper The Helper:
    Jefferson TX on a Paranormal Investigation of a haunted bed and breakfast - I got some friends that are paranormal investigators and they have an RV and do YouTubes
    +1
  • The Helper The Helper:
    It was a lot of fun. The RV was bad ass
  • jonas jonas:
    That sounds like fun!
    +1
  • The Helper The Helper:
    it was a blast!
  • The Helper The Helper:
    I am going to post the Youtube of the investigation in the forums when it is ready
    +1
  • jonas jonas:
    cool!
  • vypur85 vypur85:
    Sounds cool TH.
  • tom_mai78101 tom_mai78101:
    I was on a Legend of Zelda marathon...
  • tom_mai78101 tom_mai78101:
    Am still doing it now
    +1
  • jonas jonas:
    which one(s) are you playing?
  • jonas jonas:
    I played a little bit of the switch title two weeks ago and found it quite boring
  • The Helper The Helper:
    just got back from San Antonio this weekend had the best Buffalo Chicken Cheesesteak sandwhich in Universal City, TX - place was called Yous Guys freaking awesome! Hope everyone had a fantastic weekend!
    +1
  • The Helper The Helper:
    Happy Tuesday!
  • The Helper The Helper:
    We have been getting crazy numbers reported by the forum of people online the bots are going crazy on us I think it is AI training bots going at it at least that is what it looks like to me.
  • The Helper The Helper:
    Most legit traffic is tracked on multiple Analytics and we have Cloud Flare setup to block a ton of stuff but still there is large amount of bots that seem to escape detection and show up in the user list of the forum. I have been watching this bullshit for a year and still cannot figure it out it is drving me crazy lol.
    +1
  • Ghan Ghan:
    Beep boop
    +1
  • The Helper The Helper:
    hears robot sounds while 250 bots are on the forum lol
  • The Helper The Helper:
    Happy Saturday!
    +1
  • The Helper The Helper:
    and then it was Thursday...
    +2

    The Helper Discord

    Members online

    No members online now.

    Affiliates

    Hive Workshop NUON Dome World Editor Tutorials

    Network Sponsors

    Apex Steel Pipe - Buys and sells Steel Pipe.
    Top