Menu

SVN-Code Commit Log


Commit Date  
[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
[r12049] by mikeaubury

.

2011-05-11 19:43:15 Tree
[r12048] by mikeaubury

.

2011-05-11 19:07:32 Tree
[r12047] by mikeaubury

.

2011-05-11 18:38:11 Tree
[r12046] by mikeaubury

.

2011-05-11 18:07:01 Tree
[r12045] by mikeaubury

Small calltree fixups

2011-05-11 06:39:27 Tree
Older >