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.
252 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.
420 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.
425 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.
439 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.
359 Views | Rating: (0 rates)
|
|
|