Hello,
I want to give to a flag (-enabled) the return value of a function taking one argument.
Without arguments, I use the single quotes :
But how to do if I have to pass an argument as a variable ?
??
Thanks.
they arent quotes the character is called a backtick, but yes
-enable (myFunction)
myFunction
or
-enable (myFunction())
but ONLY assuming myFunction returns right type!