Menu

SVN-Code Commit Log


Commit Date  
[r12059] by mikeaubury

.

2011-05-30 12:49:25 Tree
[r12058] by mikeaubury

ON KEY ... EXIT CONSTRUCT .. fixup for XML UI

2011-05-27 12:47:51 Tree
[r12057] by mikeaubury

.

2011-05-20 19:34:33 Tree
[r12056] by mikeaubury

.

2011-05-18 17:29:50 Tree
[r12055] by mikeaubury

.

2011-05-17 17:26:12 Tree
[r12054] by mikeaubury

Add new "fgl_copy" call - copies from one variable to another using byte copies (so copying a large array of records is much faster).
Eg.
define a array[20] of record
c char(20)
end record

define b array[20] of record
c char(20)
end record
...
for d=1 to 20
let a[d].c=d
end for

CALL fgl_copy(a,b)

will copy the array "a" into array "b"

Sizes of the arrays *must match*

2011-05-17 17:23:45 Tree
[r12053] by mikeaubury

.

2011-05-14 08:35:52 Tree
[r12052] by --none--

This commit was manufactured by cvs2svn to create tag 'Aubit4gl-1_2-24'.

2011-05-13 16:56:40 Tree
[r12051] by mikeaubury

.

2011-05-13 16:56:39 Tree
[r12050] by mikeaubury

.

2011-05-13 12:23:09 Tree
Older >