• Home

  • Download

  • Sharing

  • Instructions

  • Release Notes

  • Solutions

  • FAQ

  • Troubleshooting

  • More

    Use tab to navigate through the menu items.
    To see this working, head to your live site.
    • Categories
    • All Posts
    • My Posts
    mvppsu
    Jan 27, 2018

    piping the return function with variables

    in TouchControl Server

    I would like to combine the 2 below return's into one line using the | symbol as mentioned in the TouchControl Instructions, but cannot get it too work.


    Each return updates the text on a button named "AudioType" & "AudioRate" respectively. The text should be updated to the string contained in the variables "audioTypeName" & "audioRateName". I can get them both to work individually, but not together.


    return 'AudioType^' + audioTypeName;

    return 'AudioRate^' + audioRateName;


    I have tried:

    return 'AudioType^' + audioTypeName | return 'AudioRate^' + audioRateName;

    0 comments
    0
    Comments

    Share Your ThoughtsSign up to leave a comment.

    0 comments

    © 2010-2020 Touch App Technologies, LLC 

    Privacy Policy