VeryNewbie2004
Programmer
I am trying to add different properties to a function I am trying to write. I am totally new to this concept so please forgive me.
To simplify the kind of thing I am trying to do is return the following values from a single function:
myfunc("sampletext").myfunclength = 10
myfunc("sampletext").myfuncleft2 = "sa"
myfunc("sampletext").myfuncright2 = "xt"
I am totally stuck and have no idea where to start - Any help gratefully appreciated.
To simplify the kind of thing I am trying to do is return the following values from a single function:
myfunc("sampletext").myfunclength = 10
myfunc("sampletext").myfuncleft2 = "sa"
myfunc("sampletext").myfuncright2 = "xt"
I am totally stuck and have no idea where to start - Any help gratefully appreciated.