Re: TxtSetNextChar

2002-10-01 Thread Ken Krugler
> > I want to decrypt variable length strings using EncDES. >> Here is some of the code I'm using and it is blowing up (just wrote to a >> memory location in the storage heap) on the TxtSetNextChar function. eStr is >> not NULL. TxtGetNextChar sets ch to 255.

Re: TxtSetNextChar

2002-09-27 Thread Dave Carrigan
On Fri, 2002-09-27 at 05:17, John McDowell wrote: > I want to decrypt variable length strings using EncDES. > Here is some of the code I'm using and it is blowing up (just wrote to a > memory location in the storage heap) on the TxtSetNextChar function. eStr is > not NULL. TxtGe

TxtSetNextChar

2002-09-27 Thread John McDowell
ad all the characters in s display tStr in a field Here is some of the code I'm using and it is blowing up (just wrote to a memory location in the storage heap) on the TxtSetNextChar function. eStr is not NULL. TxtGetNextChar sets ch to 255. Is there something simple I'm doing wrong here or

Using TxtSetNextChar

2001-07-03 Thread Sandra Webb
Hi all! I am currently trying to work with some strings and I have a question regarding the use of TxtSetNextChar. When using this function, how do you terminate the string if you set characters in the string that are after the previous end of the string? For example: If I have a string that