using memo fields on the fly?

Dan Coutu coutu at snowy-owl.com
Mon Oct 17 13:21:47 PDT 2005


Kenneth Brody wrote:

>Quoting Dan Coutu (Mon, 17 Oct 2005 15:54:58 -0400):
>
>  
>
>>I'm trying to assemble a collection of test fragments that are stored in
>>fields with a (500,*) edit so that they make up a single body of text.
>>Naturally this seems to fit the description of a memo field.
>>
>>It seems, from what I can decipher, that you can only populate a memo
>>field from a file though. I was hoping to populate it via code logic by
>>appending multiple fields onto a single memo field.
>>    
>>
>[...]
>
>Have you tried:
>
>    my_memo = comment_1 < comment_2 < comment_3
>
>  
>
Hmm, I think that the basic problem I have is that I'm trying to define 
a memo field on the fly rather than using one that lives in an actual 
database. So essentially I want a dummy variable that is a memo field. 
Are these possible to create?

Dan



More information about the Filepro-list mailing list