Re: GetDirAlias Bug-Another One


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Brian Levantine on June 22, 2008 at 17:29:35:

In Reply to: Re: GetDirAlias Bug-Another One posted by Jon Sacks on June 19, 2008 at 06:27:36:

Jon - The bug here may not be what you think. According to the documentation the result string may have a NULL ("@00@") terminator on it which should be stripped (along with all that may follow it). The bug is that the terminator was no included on local (non-CometAnywhere) requests. I'll fix that on my end and you should truncate the data as required.

CleanResultFile:
Delim = Pos("@00@", Result$)
If (Delim NE 0) Then _
Result$ = Sub(Result$, 1, Delim-1)
Return


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]