Need some help removing nextline after the string. Here’s the scene. I created a batch file that gets the cd-rom drive letter and save it as .txt. When I try accessing the txt file using loadVars I always get a nextline which is the problem since i’m appending it to another String. Does anyone know how to remove this nextline? I tried trimming the string but to no avail. :mu:
output:
D:/
ohmslaw.flv
which should be
D:/ohmslaw.flv
Thanks,
Ron