Substring issues

Hello,

I am trying to extract just a little part out of a memo field and display that part on the report. I am trying to use the substring function to do that, but I keep getting an error stating "A string array is required here".

Here's what I'm trying to do in a formula:

Filter ({NoteSection.NoteText}, "CATEGORY *")

The error "A string array is required here" comes up and highlights the {NoteSection.NoteText} part.

Any suggestions would be greatly appreciated. Thanks!
Mellicks2005
[548 byte] By [mellicks2005] at [2007-11-20 11:38:33]
# 1 Re: Substring issues
Filter function will return the string array.
So assign the retun from the filter to string array.

local stringvar array abc:= Filter(
jawadhashmi at 2007-11-9 14:11:56 >