Methods

From REALbasicWiki

(Redirected from Method)
Jump to: navigation, search

In REALbasic, a method is either:

  • A subroutine if it does NOT return a value; its declaration begins with the reserved word Sub
  • A function if it DOES return a value; its declaration begins with the reserved word Function
Personal tools
related