User Tag List

Results 1 to 4 of 4

Thread: Uppercase and Lowercase

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Iceland
    Posts
    478
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Uppercase and Lowercase

    Hi
    In VBasic you have UCase$ and LCase$ in STOS Basic one had Upper$ and Lower$. Print Upper$("r") gave R and print Lower$("R") gave r. Is there a similar way to change string in MMF.

    Keli

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Uppercase and Lowercase

    Yes

    Lower$("HELLO") = hello, and Upper$("hello") = HELLO

  3. #3
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Uppercase and Lowercase

    The functions in MMF2 are Upper$() and Lower$(). Accessible through the menus as Special->Strings->convert string to upper/lower case.

    Alternatively, you can use the String Parser object's uppercase$ and lowercase$ transform functions.
    .:::.Joshtek.:::.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Iceland
    Posts
    478
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Uppercase and Lowercase

    Thanks for you answer. BUT Maybe you do not belive this. When I had sent my post I decided to check the old STOS comands. And they work!

    Upper$(string$( "String 2" ))

    STOS rules OK

    Keli

Posting Permissions

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