Show Menu
Cheatography

Biferno script language array object cheat sheet

Biferno array methods

int Add(nonames obj element...)
array Count(obj element)
void Delete(int start, int end)
string GetEle­mClass(void)
int Find(obj element)
int Index(string elemen­tName)
void Insert(nonames int pos, obj elementN...)
int Max(void)
int Min(void)
void Reset(void)
void Reverse(void)
void SetDim(int newDim)
void SetEle­mClass(string className)
void Sort(int mode=asc, string compar­eFunc, int alg)
array SubArray(int start, int end)
void Swap(int index1, int index2)
string ToString(string separa­tor­=", ", boolean alsoNa­me=­false)
Biferno array object methods reference
 

Salamander mascot

Biferno array properties

int dim
string[] name
Biferno array object properties reference
 

Biferno array constants

static const int asc
static const int bubble
static const int desc
static const int shell
Biferno array object constants reference

Biferno array errors

static const error ErrBad­Ele­men­tName
static const error ErrBad­End­Index
static const error ErrBad­Sta­rtIndex
Biferno array object errors reference
       
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Script Inspector 3 - Windows Keyboard Shortcuts
          Script Inspector 3 - OS X Keyboard Shortcuts
          Bash Script Colors Cheat Sheet