Sagekilla
26th August 2008, 05:23
I'd like to have a string passed from a function to be output and used as an actual function, something like this:
function blah ( clip clip string "test" ) {
clip.String(test)
}
Except that doesn't actually work and I don't know how to pass that along.. Sorry! I couldn't figure out how to do this after looking through the docs a few times over. But if anyone can help it would be appreciated :)
function blah ( clip clip string "test" ) {
clip.String(test)
}
Except that doesn't actually work and I don't know how to pass that along.. Sorry! I couldn't figure out how to do this after looking through the docs a few times over. But if anyone can help it would be appreciated :)