Hi jcl,

Thanks for quick reply. Your example code worked well with a little modification - without change the code didn't allocate memory to t so it would crash the script. Instead this version worked:

function main()
{
TICK t; t.time = 0;
printf("\nsizeof(TICK)=%d\n", sizeof(TICK));
}