Hi,
I'm rewriting an email function to handle multiple attachements, I want to have an argument that is a string array and is optional, it will hold the full path and document names depending of if you require the email to have any attachments.
However, I am getting the following error...
Why can I not declare it as a String, that's the data type I want?
What does 'Intrinsic Type' mean?
Why does it need a default value, I thought the whole point of declaring it as 'Optional' means it doesn't have to be provided nor given a value?
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
I'm rewriting an email function to handle multiple attachements, I want to have an argument that is a string array and is optional, it will hold the full path and document names depending of if you require the email to have any attachments.
However, I am getting the following error...
Optional argument must be Variant or intrinsic type with default value
Why can I not declare it as a String, that's the data type I want?
What does 'Intrinsic Type' mean?
Why does it need a default value, I thought the whole point of declaring it as 'Optional' means it doesn't have to be provided nor given a value?
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts