03-20-2025 06:01 AM
Hi Seth,
@SeraphimSeth wrote:
Sorry for the inaccuracy in the previous answer.
This is how I used Scan From String:
I decided to try other implementation options.
You set ScanFromString to parse for "T%d", but your string starts with " C" - it clearly doesn't fit to the format expression…
03-20-2025 06:05 AM
Can you tell me how it should be correct?
03-20-2025 06:34 AM
Hi Seth,
@SeraphimSeth wrote:
Can you tell me how it should be correct?
I repeat from message #6:
Search for "T" in your string and ScanFromString the numeric chars after the T. Then do with that 2401 value what you want to do.