I don’t understand the output of the following code. I think the final output should be as follows.
![[Image: demo.gif]](https://i.ibb.co/679myyVM/demo.gif)
Macro Macro53
Macro T
Quote:54001domo:
15660
13420
![[Image: demo.gif]](https://i.ibb.co/679myyVM/demo.gif)
Macro Macro53
out
str ss
ss.getfile("$desktop$\a.txt")
out ss.beg("_")
ss.LoadUnicodeFile("$desktop$\a.txt")
out ss.beg("_")
foreach _s ss
,if(_s.beg("_"))
,,_s.trim("_")
,,out _s
,,continue
,out _sMacro T
