Can you have multiple constructors? I'm getting a "Redefinition of 'initialize'" error when trying you use multiple initialization methods. For example, I'm trying to use the following:
And then following:
Thanks.
Can you have multiple constructors? I'm getting a "Redefinition of 'initialize'" error when trying you use multiple initialization methods. For example, I'm trying to use the following:
And then following:
Thanks.
Could you show me what you mean?
instance(themeNumber as Number or Null)
{
If(themeNumber instanceof Number)
{
}
}