[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Implied data conversion (casting) of non-class code

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top