Bit Che > Scripts & Development
Bit Che - Script Documentation v.01a (READ)
Bovski:
There is also a non stackable
if
else
endif
example.
t=array(q,8)
n=i(z,t,times)
if (n=0) then
t=array(q,9)
else
t=array(q,10)
endif
the If supports the Following operators
! = Not
< = Less than
> = Greater than
= = Equal to
Also note in the superextract commands x and e
vRes = x ( vData, vStart, vEnd, sAddFRONT, sAddEND)
var = e ( vData, vStart, vEnd, sAddFRONT, sAddEND)
Modify the variable vStart is modified to point to the position in vData after vEnd
chip!:
thanks bovski :)
also note, 'ELSE' is not required.. you can do just
IF THEN
ENDIF
The IceMan:
Little problem\bug !?
the variable 'd' is size limited, if the output page, that return is too big
'd' will have only part of the results ==> Data Lost
Any Help with that ?
Bovski:
That only appears to be in the debugger and as it only works on the first entry it isn't a problem.
Bovski:
If you are having problems logging in you may want to try adding
referer=http://www.site.com/login.php
prelogin=http://www.site.com/login.php
Where www.site.com is your sites address
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version