• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    [ANSWERED] Number to text?

    Troubleshooting and Bug Reports
    4
    7
    529
    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.
    • jtoenjes
      jtoenjes last edited by DusX

      Whatever happened to the Number to Text actor? It's not in my Isadora 3.0 install.

      bonemap jfg 2 Replies Last reply Reply Quote 0
      • bonemap
        bonemap Izzy Guru @jtoenjes last edited by

        @jtoenjes

        hi,

        I believe the idea is to use the Javascript actor for that. the only thing you need to do is open it and delete the '+1' from the 'return' line so it looks like this:

        function main()
        {
        return arguments[0];
        }


        best wishes

        Russell

        http://bonemap.com | Australia
        Izzy STD 4.2 | USB 3.6 | + Beta
        MBP 16” 2019 2.4 GHz Intel i9 64GB AMD Radeon Pro 5500 8 GB 4TB SSD | 14.5 Sonoma
        Mac Studio 2023 M2 Ultra 128GB | OSX 15.3 Sequoia
        A range of deployable older Macs

        jtoenjes 1 Reply Last reply Reply Quote 0
        • jfg
          jfg @jtoenjes last edited by jfg

          @jtoenjes

          but you can find a "Value to Text" actor

          best

          Jean-François 

          • Izzy 3.2.6
          - MacBook Pro M1 Max 16" 64GB RAM, Mac OS 15.3.2 Sequoia
          - Mac Pro 5.1 middle 2012 (3,33 GHz 6-Core Intel Xeon, 32GB RAM, Radeon RX 580 8 GB ),
          Mac OS 10.14.6 (Mojave)
          - Mac mini Pro M4, Mac OS 15.3.2 Sequoia

          • A range of deployable older Macs
            Located in Bremen, Germany
          jtoenjes 1 Reply Last reply Reply Quote 1
          • jtoenjes
            jtoenjes @bonemap last edited by

            @bonemap thanks, I wonder why this outputs a string rather than an integer?

            DusX 1 Reply Last reply Reply Quote 0
            • jtoenjes
              jtoenjes @jfg last edited by

              @jfg Thanks!

              1 Reply Last reply Reply Quote 0
              • DusX
                DusX Tech Staff @jtoenjes last edited by

                @jtoenjes said:

                I wonder why this outputs a string rather than an integer?

                 It can do both (well actually Float or Text) since the output of the Javascript actor is Mutable, it will convert the type to the type fo the connected actor.
                This is hugely useful for Text to Number, and Number to Text operations.

                Troikatronix Technical Support

                • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
                • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
                • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

                Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

                jtoenjes 1 Reply Last reply Reply Quote 1
                • jtoenjes
                  jtoenjes @DusX last edited by

                  @dusx I didn't know that...thanks.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post