Here is a sample of what might appear in the memo field:
Julie just ran three miles and found her time was five/six seconds better then last time [5/25/2009 18:22:00 : jlclancy] T cleared [5/26/2009 5:22:00 : torgermj]
This type of text, with the time, date and comment can go on and on; the lanid can change.
The code below, which is nested, deletes the 1st set of brackets/txt; it will not continue looking and removing (and the code Jason posted does remove ALL brackets; not the text in between).
if right(output,1) = "]" then
left(output,instr(output,"[")-1)
else
(output);