Hello,
I created a class and compiled as a library to use in my apps. This class have only a few methods / subs for strings manipulations and calculations.
Maybe this is a silly question, but why I need to initialize my class to use its methods? I have nothing to put in the initialize sub, but if I dont call it, I receive an error.
I want my library to function as StringUtils, that we just Dim and then use its methods, without Iniatilize.
Thank you!
I created a class and compiled as a library to use in my apps. This class have only a few methods / subs for strings manipulations and calculations.
Maybe this is a silly question, but why I need to initialize my class to use its methods? I have nothing to put in the initialize sub, but if I dont call it, I receive an error.
I want my library to function as StringUtils, that we just Dim and then use its methods, without Iniatilize.
Thank you!