by GrahamK on January 16, 2009, 04:14:00 pmThe list handler in Cobra is a really powerful feature of the language, with features that support pretty much everything you can with an array and much much more.
This tutorial covers the use of all of the commands related to loops, as well as the language constructs which go with them.
1050 Views | Rating: (0 rates)
|
|
by GrahamK on February 24, 2008, 10:37:22 amData statements allow you to provide your own lists of information stored in your Cobra program.
739 Views | Rating: (0 rates)
|
|
by GrahamK on February 24, 2008, 10:35:00 amOne of the important features of Cobra is its ability to create units. Units are program modules with specific functions and procedures that are exported out, and can then be used in other programs to extend their capabilities.
774 Views | Rating: (0 rates)
|
|
by GrahamK on February 24, 2008, 10:33:59 amArrays allow you to create a group of variables all with the same name, each distinguished by their numerical position in the array. Arrays can be single- or multi-dimensional, with each dimension separated by a comma.
780 Views | Rating: (0 rates)
|
|
by GrahamK on February 24, 2008, 10:32:47 amVariables can be defined in two ways. The most common is to place a colon after the variable definition and then have the type name in full, while the alternative is to have a shorthand identifier after the variable definition.
703 Views | Rating: (0 rates)
|
|
|