P
Patrick Tingen
Guest
As an addition: the loosely way the AVM handles for PROCEDURES does not apply to functions. The example below will not work: FUNCTION test RETURNS LOGICAL ( pcParam AS CHARACTER ): MESSAGE pcParam VIEW-AS ALERT-BOX INFO BUTTONS OK. END FUNCTION. test(123).
Continue reading...
Continue reading...