Re: Error 1308 comparing strings
- From: "Andrew Howell" <ajh@work>
- Date: Wed, 27 Jul 2005 10:20:31 +0100
"Devers" <Devers@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BC6181E8-7C2B-4B4C-AAEF-40F2175D3AD4@xxxxxxxxxxxxxxxx
> I'm getting an error 1308 (Insufficient Stack Space) when comparing a
> string
> and a memo field with lengths of 169,378 chars and 338,852 chars
> respectively. The command is simply: IF lc_Notes <> cCUST.cu_notes
>
> If I put the string into a memo field in a cursor and then compare the two
> memo fields, I get the same result. Ditto for putting the memo field into
> a
> string and comparing the two strings. The Help for system capacities
> states
> that character strings or memory variables can be 16,777,184 characters
> long.
> Has anyone else run across this problem, and what would you suggest for a
> work-around? (Besides chopping up the string into 100K pieces for
> comparison,
> that just sounds cheesy to me.)
In FPW2.6 I've compared much bigger strings when I've read complete files to
a variable with FREAD() to see if they are identical or not.
Is the command anywhere within a lot of recursion?
--
Regards
Andrew Howell
.
- References:
- Error 1308 comparing strings
- From: Devers
- Error 1308 comparing strings
- Prev by Date: FPW2.6, TCP/IP and network speed
- Next by Date: Re: reliability of replace
- Previous by thread: Re: Error 1308 comparing strings
- Next by thread: RE: VFP6: Mixing Modal and Nonmodal Forms
- Index(es):
Relevant Pages
|