Login  
Search All Forums
Dart Home | PowerTCP Winsock for ActiveX | Custom Development Reply | PowerTCP Winsock for ActiveX Topics | Forums   
AuthorForum: PowerTCP Winsock for ActiveX
Topic: DartStrings Remove Method error
BrendanM

From: Durban, South Africa
Posts: 80
Member Since: 07/11/02
posted March 2, 2007 4:45 AM

The new version of DartStrings has an error in its Remove method. This was not present in the previous version of DartStrings. Here is sample VB6 code to replicate it. The Remove only seems to work when an index is passed and not when a string is passed.

Private Sub Form_Load()
Dim DS As New DartStrings

DS.Add "Open"
MsgBox DS.Count
DS.Remove "Open"
MsgBox DS.Count
End Sub
Amit

From: Rome, NY USA
Posts: 315
Member Since: 03/15/06
posted March 2, 2007 3:03 PM

Hello,

Using the latest version of DartStrings, I have been able to replicate the said scenario at my end. I have reported this to development as issue 4262. For updates on the status of this issue, please contact David Harry (sales@dart.com).

Regards,
Amit
BrendanM

From: Durban, South Africa
Posts: 80
Member Since: 07/11/02
posted May 15, 2007 8:05 AM

This issue is now closed. Dart sent us through a patch yesterday.
Reply | PowerTCP Winsock for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX