HISE Logo Forum
    • Categories
    • Register
    • Login

    String.concat?

    Scheduled Pinned Locked Moved Solved General Questions
    3 Posts 2 Posters 99 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • clevername27C
      clevername27
      last edited by

      Could someone please share an example of the syntax for using String.concat? Thank you.

      LindonL 1 Reply Last reply Reply Quote 0
      • LindonL
        Lindon @clevername27
        last edited by

        @clevername27

        var s1 = "Hello";
        var s2 = "World";
        
        var s3 = s1 + " " + s2;
        
        

        HISE Development for hire.
        www.channelrobot.com

        clevername27C 1 Reply Last reply Reply Quote 1
        • clevername27C
          clevername27 @Lindon
          last edited by

          @Lindon Thank you, Lindon.

          1 Reply Last reply Reply Quote 0
          • clevername27C clevername27 has marked this topic as solved on
          • First post
            Last post

          37

          Online

          1.7k

          Users

          11.7k

          Topics

          101.9k

          Posts