I think it's because you put the string "tab" into the variable instead of the constant tab (ASCII 9). Does it work if you use

put tab into myVar

?

Otherwise, why not just use

replace tab with comma in fld 1

Devin

On Sep 28, 2004, at 3:25 PM, Hershel Fisch wrote:

Hi all I'm trying to figure out how the value of var is used ?
e.g.
put "tab" into myVar
replace myVar with "," in fld 1

wouldn't work , why ?
Hershel

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to