OR you can use this too if you want to read user names via text file and act accordingly. :global content [/file get [/file find name=data.txt] contents] ; :global contentLen [ :len $content ] ; :global lineEnd 0; :global line ""; :global lastEnd 0; :do { :set lineEnd [:find $conten...