Jump to content

Recommended Posts

Posted

What is the diference of use Call('') or Call()? I dont see any diference. Any difenrece in background or for processor. Anyway what is better use for one and for other?

Regards

Posted

Makes sense and is the normal way of calling a function : func1()

Makes sense as Call's parameter isn't only a literal string but also a variable : Call("func" & $i)

Makes no sense at all since Call's parameter is a literal string : Call("func1")

Using Call with only literal strings is pretty much like asking the telephone operator what the number for 911 is.

Normally, unless I'm insanely bored, I just ignore topics where the OP is using Call like that...that or I just can't

find the "Reply"-button due to all the blood in my eyes. Also, stackover...you obviously weren't very clear in what

you meant, since freanir also misunderstood you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...