Doubt about execute Functions

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.
  • Hello!

    I have some doubts about running the lower $ and upper $ functions. I could not figure out how to execute them in practice. Could someone explain me or put some example? I would be very grateful.

    Does anyone have any list of functions that Fusion accepts? Thank you!

  • You can simply plugh them in the expression editor,
    making sure the argument (inside brackets) is effectively a string:

    Set "my_lowercased_string" to lower$("my_generic_string")

    I think you can find many of them in the "calculator" buttons of the expression editor,
    and probably all of them arranged in submenus inside the expression editor,
    rightclicking the "special" (cogs) object
    (strings, logical, calculations, conversions, distance...)

    I remember Xable made a paper on this in case you are interested,
    ...found:
    Please login to see this link.

    a selection of my Fusion examples can be found Please login to see this link.

  • I'm glad you found the paper to be useful. As schrodinger mentioned, most expressions are used in the following manner:

    <expression name>(<expression parameter 1>, <expression parameter 2>, ... , <expression parameter n -1>, <expression parameter n>).

    So to use the upper or lower functions, you would use lower$(<MyStringHere>) or upper$(<MyStringHere>). The document schrodinger linked should contain most of the actions, conditions, and expressions, for the default MMFusion objects.

    • Please login to see this link.

    Please login to see this picture.

Participate now!

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