The MASM Forum Archive 2004 to 2012

Project Support Forums => The GeneSys Development System => User Contributed Code => Topic started by: Shantanu Gadgil on September 16, 2006, 08:01:30 AM

Title: String functions
Post by: Shantanu Gadgil on September 16, 2006, 08:01:30 AM
Hello,
Some string functions.

"ChangeCase" made during the "making" of shantools (the file renamer thingy)
"CommaFormat" generic function to show file sizes etc
"EndsWith" while loading dlls, etc from (say a plugin dir). Just saying "*.dll" in the FindFile functions is not adequate as it also gives files named "abc.dll.txt", etc :( :(
"StringInString" was for want of an "lstrstr" :) :)

String_ChangeCase
String_CommaFormat
String_EndsWith
String_StringInString

Regards,
Shantanu

[attachment deleted by admin]
Title: Re: String functions
Post by: PBrennick on September 16, 2006, 10:55:52 AM
Shantanu,
Thank you for your support of the GeneSys Project project.

Paul