User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15

Thread: Delimiters

  1. #11
    No Products Registered

    Join Date
    Feb 2009
    Location
    Texas
    Posts
    825
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Delimiters

    would the standard search function be suffiecent for this?

  2. #12
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Posts
    1,027
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Delimiters

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=138530&#Post138 530

    I've posted an example of using string parser to search for a specific string.

    Basically add spaces " " as a delimiter, and then you say have an action like

    Compare two general values:
    listFind( "String Parser", "cake", 1) = 0

    The 1 makes the expression ask if the string is there. If it's there it will return 1, 0 if it's not. If that 1 was a 0 then it would ask if the string was not there, and it would return 1 if it wasn't there, and 0 if it was.

    If there is no word "cake" in your string then that event will not fire.

    If the string was "The cake is a lie." and you did

    Compare two general values:
    listFind( "String Parser", "cake", 1) = 1

    Then those events would fire as well.

  3. #13
    No Products Registered

    Join Date
    Feb 2009
    Location
    Texas
    Posts
    825
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Delimiters

    ( "String Parser", "cake", [color:#FF0000]1[/color]) = [color:#33FF33]1[/color]

    ???
    what are the highlighted parts for?

  4. #14
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Posts
    1,027
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Delimiters

    red = flag, which I already explained in my previous post

    The green is the other part of the "compare two general values" event.

  5. #15
    No Products Registered

    Join Date
    Feb 2009
    Location
    Texas
    Posts
    825
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Delimiters

    ok, i will see what i can do

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Texts Delimiters
    By Felipe in forum File Archive
    Replies: 1
    Last Post: 29th October 2006, 02:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •