0 Members and 1 Guest are viewing this topic.
(On a side note, Runer112 is the one in charge of Axe Parser development and given his history of crazy optimizations to any ASM sources he finds, he knows very well what he's talking about.)
Quote from: DJ Omnimaga on May 02, 2013, 02:02:42 am(On a side note, Runer112 is the one in charge of Axe Parser development and given his history of crazy optimizations to any ASM sources he finds, he knows very well what he's talking about.)i agree to youbut isn´t there another possibility than to laern a new big languege(maby a hex code...)
On an off-topic note: No offence, but would you mind paying a little more attention to grammar and spelling?
Quote from: mapar007 on May 02, 2013, 09:27:30 amOn an off-topic note: No offence, but would you mind paying a little more attention to grammar and spelling?You spelled offense wrong
:getcalc("str4"-->J:getcalc("str1"-->A :length(A)→L :If GetCalc(J,L-1)→B :Copy(A,B,L) :Else :Disp "Creation error" :End
Secondly, i don't get the getcalc in the if.
Quote from: Hayleia on May 06, 2013, 12:50:05 pmSecondly, i don't get the getcalc in the if.It's there so that the copy doesn't happen to a random place if the variable isn't created.BTW the size of the variable should be L, not L-1.
::getcalc("str4")-->J:getcalc("str1")-->A :length(A)→L :If GetCalc(J,L-1)→B :Copy(A,B,L) :Else :Disp "Creation error" :End
how do i close this parethese Code: [Select]::getcalc("str4")-->J:getcalc("str1")-->A :length(A)→L :If GetCalc(J,L-1)→B :Copy(A,B,L) :Else :Disp "Creation error" :End