@PM size limit?

Kenneth Brody kenbrody at spamcop.net
Fri Mar 1 12:57:29 PST 2013


On 3/1/2013 3:37 PM, Jay Ashworth wrote:
> Wow; I had forgotten just how close to everything there is to know about
> filePro you had to keep swapped in in order to get anything accomplished.
>
> Is there a size limit on @PM?

Yes.  The limit on non-memo fields is 32767.

> This commandline:
>
> dreport webget -f importreg -a -r /appl/data/bricks/bricksreg-20130301-103751.csv
>
> results in, when I do this, in debug mode:
>
> ::fn(80,*):
> ::fn=@PM:
>
> and half-step the second line, my getting
>
> /appl/data/bricks/bricksreg-20130301
>
> as the value of fn.  @PM too; I checked both.
>
> Thoughts?

The debugger is truncating the value that is shows so that it can display 
it.  The entire value is there.

You could try "A"ction, "mesgbox @pm".

-- 
Kenneth Brody


More information about the Filepro-list mailing list