Re: Porblem in reading Chr(0)
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 12/08/04
- Next message: serge calderara: "Re: Help on Launching Internet Explorer ??"
- Previous message: Jon Skeet [C# MVP]: "Re: Copy protection for a .NET application"
- In reply to: Venki: "Porblem in reading Chr(0)"
- Next in thread: Venki: "Re: Porblem in reading Chr(0)"
- Reply: Venki: "Re: Porblem in reading Chr(0)"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 8 Dec 2004 08:12:09 -0000
Venki <Venki@discussions.microsoft.com> wrote:
> I'm facing a problem in reading the file values. When the record contains
> the Chr(0) i can get the value till Chr(0). After Chr(0), I'm unable to get
> the value. It's getting truncated.
> When I tried with Console Application and tried to print it out, It's
> working perfect. But when I'm using the Web Services to access the same
> function, it's not getting the value.
I'm sure it *is* getting the value - it's that whatever you're then
*doing* with it is stripping it or doesn't know how to handle it.
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: serge calderara: "Re: Help on Launching Internet Explorer ??"
- Previous message: Jon Skeet [C# MVP]: "Re: Copy protection for a .NET application"
- In reply to: Venki: "Porblem in reading Chr(0)"
- Next in thread: Venki: "Re: Porblem in reading Chr(0)"
- Reply: Venki: "Re: Porblem in reading Chr(0)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|