On May 17, 2011, at 11:23 PM, Yves COPPE wrote:
> I want to make a deselection of the selected lines of a fld
> something like :
> set the selectedLine of fld "xxx" to "0"
> but it doesn't luck
> Has anyone another script to perform that ?
try
select empty
or
select char 0 of fld mmm
or
select before fld mmm
Jim Ault
Las Vegas