You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VAR statements can be used to define class properties as well. Now we are getting full statement as an error if it is in the class but outside of the method.
Example:
class FunkyWorld.Util.KittyLogHelper:
var private int64 MAX_RECORDS = 5.
var protected int64 DEFAULT_SIZE = 20.
var public char SomeName.
method private void SnuggleDataset(table-handle dsCuddlePuddle bind):
VAR myclass myobj = NEW myclass("Progress",2021,?).
end method.
end class.
VAR statements can be used to define class properties as well. Now we are getting full statement as an error if it is in the class but outside of the method.
Example:
Documentation: https://docs.progress.com/bundle/openedge-develop-abl-applications/page/Learn-about-the-VAR-statement.html
The text was updated successfully, but these errors were encountered: