if I take your string to do the following:
fns_lowInt$=G:\lowInt\MirrorHeight\Ar_MirHGT_SbS.txt
G:\lowInt\MirrorHeight\Ar_MirHGT_Ar2P.txt
G:\lowInt\MirrorHeight\Ar_MirHGT_Ar3P.txt;
int nfiles_lowInt = fns_lowInt.GetNumTokens(CRLF);
type "nfiles_lowInt = $(nfiles_lowInt)";
I got
nfiles_lowInt = 3
so maybe you can try different folders/files and see if it works in any other places?
CP