Hi there, I am quiet new to f-script and find it mighty powerful; but one feature i think would be quiet commonly used, I was not able to find a reference on: I am trying to figure out how to get an object I have found via the object-browser of f-script to the script console. I.e. I found an instance of NSString at adress 0x234243242 as the object explorer tells me. Now, i would like to call an instance method on it via the script-console (i know that i can call a method on it via the object-browser...); Can someone give a hint how i could do this? Neither the f-script documentation nore google was able to provide me an answer for this yet.
thanks in advance, daniel