f-script

F-Script categories

Is there a way to implement the equivalent of the following in F-Script? I can't find any reference to it in the documentation. @implementation SomeClass (SomeCategory) - (void)doSomething { // ... } @end ...

F-Script: Get object reference from object-browser to script-console

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 ...

How to round number to 2 decimals

on my way to help a fellow I wrote a simple F-Script without even knowing the existing of such language http://forums.marketcircle.com/eve/forums/a/tpc/f/2931083693/m/883106236 but I tried to find a way to round the number to 2 decimal places and I found nothing. Can someone help me out that to finalize my help? Thank you. The s...

How to link an application classes to F-Script

I would like to create a command line application that accepts a script F-Script that is executed, and which has access to some classes exposed by the application. How is that done? PS: I am referring to F-Script, not FScript. ...