On Jun 17, 2006, at 11:03 PM, Jared Smith wrote: > repeat for myVariable times > tabCount = tabCount+tab > end repeat > put tabCount & "Hello" into field "Field" Almost there! Change the + to & and accumulate tabs in the string. (The name tabCount sounds like a number; call it tabs or tabString.) Dar Scott