Posts

Post not yet marked as solved
2 Replies
The Summary Format seems random. For example, if you have a struct that has Int variables called "hour", "minute", "second", the following formats are invalid:%hour%/%minute%/%second%%hour% %minute% %second%but this one is valid:%hour%':%minute%':%second%but the output will be: "5':30':20"