f0tz!baerchen
Member
well.. I know the number of the script and the line number which should be enough to get the code of this line..
gives me the code.. but somehow packed or encrypted..
now my question.. is there a possibility to convert this code to get a single line of code?
some might ask now "why the hell doesnt he simply copy the line out of the script editor?"
this is not possible because I dont know which line I need.. Im working on some kind of a debugging tool which is supposed to show the buggy line..
I hope someone can help me.. thanks.. ^^
Code:
scripts = load_data('Data/Scripts.rxdata')
scripts[[I]script number[/I]][2]
now my question.. is there a possibility to convert this code to get a single line of code?
some might ask now "why the hell doesnt he simply copy the line out of the script editor?"
this is not possible because I dont know which line I need.. Im working on some kind of a debugging tool which is supposed to show the buggy line..
I hope someone can help me.. thanks.. ^^