__sub__g Posted July 5, 2022 Report Share Posted July 5, 2022 I want to change the display in a button to a user entered String. I used an Ascii string input with keyboard to take user input and want to display that input in a button display. Then in the button I choose String from library and I used store direct to copy the address of the new entered string to the button. But it only display s two asterisks. Pics attached below. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted July 5, 2022 MVP 2022 Report Share Posted July 5, 2022 Don't try to use the basic button or String Library for this application. Just use the ASCII String function, both to enter the string and to display it. When you display it, add the touch property and make it Style: "Unpressed" so it will look like a button. Also, you probably don't need to have an entry for "Legal Entry" unless you need to know that the string has changed for other logical purposes. Use the same MI vector in both places and eliminate that ladder rung 2 above. Be sure you understand that a 17 character string will use a vector of 9 MIs (MI 4 - MI 12). 1 Quote Link to comment Share on other sites More sharing options...
__sub__g Posted July 6, 2022 Author Report Share Posted July 6, 2022 @Flex727 thank you for your quick response .I was able to implement it . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.