Hi,
In some languages like PHP you can set a default Argument in a function such as
myFunction(myValue = 0) {
Return myValue
}
print myFunction()
Output >> 0
Is there an equivalent in ASP (not .net)?
I had a good look around but can't find what I'm after, I'm unsure what it is called.
abraxas
In some languages like PHP you can set a default Argument in a function such as
myFunction(myValue = 0) {
Return myValue
}
print myFunction()
Output >> 0
Is there an equivalent in ASP (not .net)?
I had a good look around but can't find what I'm after, I'm unsure what it is called.
abraxas