View Raw SPL
extern _rtcsv;

/* file association read CSV GUI */
rcsvfile(fname)
{
        /* setup */
        _rtcsv = 1;

        _deffname('Readtable');

        /* gui */
        rtfname(fname);
}