If so yeah the morrocan team has all chance to win

Yann Blondaux hasn't added any friends yet.
11 April 2007 - 02:50 PM
08 June 2006 - 06:35 AM
ProIV is really an old languageWhen you do a CDATE on the PRO-IV internal date of 1, you will get the 1st Jan 1800. Each day then increments PRO-IV's internal counter by 1. So today it's been 75399 days since the counter started.
02 December 2005 - 08:19 AM
Hi MikeYann, why not just an alternate def (e.g. CONTRAC2 instead of CONTRACT) with different var names in the same LS - unless you're calling this from all over the function (e.g. for adding to a report file) that would be the more sensible way of doing it.
Cheers
Mike
01 December 2005 - 11:43 AM
No worries, I should have been more accurate with the terminology.PS. Thanks for the clarification, I just found it very confusing you would call a file variable a "parameter".
As long as the LSTP flag is set to L, it wouldn´t be needed.I might be wrong here, but isn't ENABLE(@LSUPDATE) redundant as of 4.6 ? With the introduction of Update LS's or cycles surely this would no longer be needed ?
01 December 2005 - 08:17 AM
In fact yes, the real function (the bigger version of the example I provided) reads the same file in both cycles (calling cycle + LSupdate) but for different references and selection criterion. Anyway the use of scratch variables sorts the problem out.Yann, is there a reason why you can't read it within the same cycle you calling from ?