forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


String processing DLL
Goto page Previous  1, 2, 3 ... , 10, 11, 12  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements
View previous topic :: View next topic  
Author Message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Sun Apr 27, 2008 8:04 am    Post subject: Reply with quote

Version 5.5 has been uploaded.

Bug in Delifouter function fixed.

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Mon May 05, 2008 7:55 am    Post subject: Reply with quote

Love to see this dll is kept up-to-date. One of the most useful DLL's ever.
_________________
Joe Floyd
Back to top
View user's profile Send private message
briguy
Contributor
Contributor


Joined: 09 Aug 2007
Posts: 79

PostPosted: Mon May 05, 2008 12:43 pm    Post subject: Reply with quote

Totally Agree!!
Back to top
View user's profile Send private message
vdsalchemist
Admin Team


Joined: 23 Oct 2001
Posts: 1448
Location: Florida, USA

PostPosted: Tue Dec 09, 2008 10:31 pm    Post subject: Reply with quote

Dr. Dread,
I must say this is an awesome DLL. However I do have an issue with the @String(PARSE) operation. It does not respect quotes for a field that has the delimiter in the quotes... See example below

Code:

External string.dll
#DEFINE COMMAND,STRING
#DEFINE FUNCTION,STRING
%A = Field1@chr(44)Field2@chr(44)@chr(34)Field3@chr(44)Field3A@chr(34)@chr(44)Field4@chr(44)Field5

%B = @String(PARSE,%A,4,@chr(44),1)
Info B should equal Field4 not %B


This is how the %A variable in the example above would read in ASCII
Field1,Field2,"Field3,Field3A",Field4,Field5

I need it to respect the quotes and still return the quoted data but for some reason under VDS 6 and Windows XP SP2 that does not happen.

_________________
Home of

Give VDS a new purpose!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Wed Dec 10, 2008 4:32 pm    Post subject: Reply with quote

Hi there Johnny!

That certainly sounds like a bug. I will look into the matter within the next couple of days.

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Thu Dec 11, 2008 12:34 am    Post subject: Reply with quote

... I have done some recoding.
And I sent you a mail with a link to a new corrected version.

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
vdsalchemist
Admin Team


Joined: 23 Oct 2001
Posts: 1448
Location: Florida, USA

PostPosted: Fri Dec 12, 2008 1:58 am    Post subject: Reply with quote

Thanks Dread for the quick turn around. I will try it out tomorrow Smile
_________________
Home of

Give VDS a new purpose!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Fri Dec 12, 2008 11:16 pm    Post subject: Reply with quote

Version 5.7 has been uploaded.

Bug in Parse and UpdateCSV functions fixed.
Delimiter characters and quote characters inside fields are now handled correctly.

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Tue Dec 08, 2009 2:53 am    Post subject: Reply with quote

New version 5.8 is out.

* New function HASH - will output an integer hash value for the input string
* New FileOps function Setline - change a specific line in a file


Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
jwfv
Valued Contributor
Valued Contributor


Joined: 19 Mar 2002
Posts: 422
Location: Beaufort, SC

PostPosted: Wed Dec 09, 2009 2:21 am    Post subject: Reply with quote

Great - thanks for the update!
_________________
Joe Floyd
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Wed Dec 09, 2009 3:40 pm    Post subject: Reply with quote

Version 5.9 is out! That didn't take long, huh?

I dedided to expand the new SetLine function from v. 5.8 to comprise a handful of operation types:
ADD/CHANGE/DELETE/MOVE/SWAP
This implies a change of syntax in the function as compared with v. 5.8

Greetz
Dr. Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Boo
Valued Contributor
Valued Contributor


Joined: 31 Oct 2003
Posts: 599
Location: Gulf Breeze, Florida USA

PostPosted: Wed Dec 09, 2009 8:06 pm    Post subject: Reply with quote

Thanks Dread!
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Thu Nov 03, 2011 11:28 am    Post subject: Reply with quote

It's aliiiiive Razz

Well, version numbering cracked a bit. But there's a new v. 5.9 on the site.

DelBetween - deletes content between two delimiter strings

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
marty
Professional Member
Professional Member


Joined: 10 May 2001
Posts: 789

PostPosted: Fri Nov 04, 2011 10:02 pm    Post subject: Reply with quote

One of the VDS DLL I use the most! Thanks for the update!
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Tue Nov 13, 2012 11:10 am    Post subject: Reply with quote

Version 5.10 is there.

* Change in output from IsOuter when input strings are empty
* Change in output from FileOps -> MatchLines with parameter LINENOS which will now return -1 if no matches are found

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements All times are GMT
Goto page Previous  1, 2, 3 ... , 10, 11, 12  Next
Page 11 of 12

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group