Changes between Initial Version and Version 1 of Ticket #3837
- Timestamp:
- 07/05/21 14:23:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3837 – Description
initial v1 1 StringFormat() function set the number of replacements performed stored in the @extended macro.2 3 1 I was thinking today about how to dermine how many (or if any) replacement was taken. 4 2 … … 7 5 https://github.com/rcmaehl/WhyNotWin11/pull/403#issuecomment-874104621 8 6 7 I found that: 8 StringReplace() function set the number of replacements performed stored in the @extended macro. 9 10 I was searching for the same feature for StringFormat() with no success. 11 12 Please consider to add such feature for StringFormat(). 13