Characters array

Official web site : http://www.scolring.org/.

Plateform : Windows XP or +, GNU / Linux with glib > 2.x and curl dependancies should be installed

Scol : 4.0 or +

Features

Compilation

No specific way

Scol api

List of functions

Incomplet ! Voir code source !

ObjS

ObjS is a new type

It describes a new array of characters.

STABcreate

STABcreate is a function to convert a string to an array and create it

Prototype

Prototype : STABcreate
ReturnTypeNameDescription
fun [Chn S] ObjS
-Chnchannelany channel (probably the current channel)
-Sstringany string to convert
ObjS--a new array

STABfoo

STABfoo is a function to display in the console one specific character or all the characters

Prototype

Prototype : STABfoo
ReturnTypeNameDescription
fun [ObjS I] ObjS
-ObjSarrayany array already created
-Ipositiona position or nil to have all the array
S--the same array

STABfooC

STABfooC is a function to display in the console the first character of a string

Prototype

Prototype : STABfooC
ReturnTypeNameDescription
fun [S] S
-Sstringany string
ObjS--the same string