What is in the box file, text or an array? For text you want something like: VAR BOX1$ LOAD "TXT:BOX1.VX" FALSE OUT BOX1$ For a number array, something like: VAR BOX1%[0] LOAD "DAT:BOX1.VX", BOX1%, FALSE Box1.vx was the filename, right? If not update with the right filename.