Error 1308 comparing strings
- From: Devers <Devers@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 11:00:04 -0700
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.)
.
- Follow-Ups:
- Re: Error 1308 comparing strings
- From: Andrew Howell
- Re: Error 1308 comparing strings
- From: Dan Freeman
- Re: Error 1308 comparing strings
- Prev by Date: Re: Question on Macros
- Next by Date: Re: reliability of replace
- Previous by thread: RunTime Upgrades
- Next by thread: Re: Error 1308 comparing strings
- Index(es):
Relevant Pages
|