Welcome to Phrogram Sign in | Join | Help


Re: Stucture Arrays don't work the same in KPL v2

  •  12-05-2006, 4:17 PM

    Re: Stucture Arrays don't work the same in KPL v2

    Structures are still available in Phrogram, but we changed them to work like structures (passed by value on function/method calls) instead of working as classes do (passed by reference on function/method calls),  Structures were inconsistently passed ByRef in KPL v1.1.

    As you found, structures in KPL can be easily changed to classes in Phrogram and they will work as they did in KPL.

    Thanks

View Complete Thread