Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: bskerry on July 07, 2015, 09:09:40 AM

Title: Can the Do-more convert an Integer to a String
Post by: bskerry on July 07, 2015, 09:09:40 AM
First time I've tried to do this and I'm thinking there should be a way, but I'm having trouble figuring it out. Any ideas on this would be appreciated.
Title: Re: Can the Do-more convert an Integer to a String
Post by: b_carlton on July 07, 2015, 09:37:19 AM
STRPRINT
Title: Re: Can the Do-more convert an Integer to a String
Post by: franji1 on July 07, 2015, 10:22:40 AM
Look at the FmtInt() STRPRINT/EMAIL Print-Script function if you need to format it in hexadecimal or pad it with leading zeroes or spaces or insert commas as thousands separators, or ...
Title: Re: Can the Do-more convert an Integer to a String
Post by: franji1 on July 07, 2015, 10:25:18 AM
The Help Topic is String Scripting Language Reference.  Search for DMD0168 in the Help for that topic.
Title: Re: Can the Do-more convert an Integer to a String
Post by: bskerry on July 09, 2015, 11:28:46 AM
Works great. Thank you.