Getting a single column of a datagrid

Jim Lambert jiml at netrin.com
Tue Mar 22 14:14:02 EDT 2011


Or,

function printCharXtimes pChar, pTimes
   put  "%" & pTimes & "s"  into pTimes
   put format(pTimes,) into tVar
   replace space with pChar in tVar
   return tVar
end printCharXtimes


Jim Lambert




More information about the use-livecode mailing list