MVP 2023 Joe Tauser Posted February 17, 2021 MVP 2023 Report Posted February 17, 2021 I ran face-on into an application where I wanted to concatenate the time and date into one string. The RTC to ASCII function in the examples considers every permutation of Date OR Time, but not both. I tried following my own advice and using the Insert String function but it didn't work the way I thought it did. I studied the RTC to ASCII example and realized the best way to manipulate strings is to make use of buffers, controlling exactly where characters land using the Copy Tag to Buffer, Fill Buffer, and Copy Buffer to tag functions. The thing that worked best for me was to start from scratch and write a generic Concatenate function that takes two strings as arguments as well as the number of spaces wanted between the strings. I only need one space, but this could easily be modified to pass the separating character to it. I'll leave that as an exercise to another. Enjoy. Joe T. Concat.ulle 4
vincentBsef Posted March 16, 2021 Report Posted March 16, 2021 Hello. That was exactly (i think) what i needed. And had some issus, beacause the date and hours taf aren't STRING. I'll take it and look at it. Thanks.
Gianni Posted March 8, 2023 Report Posted March 8, 2023 Hi! Is this download still available somewhere? I am really in need of this. Gianni
MVP 2023 Flex727 Posted March 8, 2023 MVP 2023 Report Posted March 8, 2023 8 hours ago, Gianni said: Is this download still available somewhere? It's still right there in the original post - hasn't moved.
Gianni Posted March 8, 2023 Report Posted March 8, 2023 Yes, I am sorry, I was not logged in the forum and it was unavailable. My mistake
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now