makeDynTime()

Returns a dynamic array of internal times.

Synopsis

dyn_time makeDynTime([ time x1, time x2 ...]);

Parameters

Parameter Description
x1, x2, ... Individual elements

Return value

In the event of an error, the function returns an empty field.

Description

Returns a dynamic field of internal times with the elements x1, x2 and so on.

Example

main()

{

dyn_time d;

time t1, t2;

d = makeDynTime(t1, t2);

}

Assignment

Dynamic arrays

Availability

CTRL

See also

makeTime()