Hi,
for eg: following class
class A; ---why semicolon is here ?
method A();
property string Q;
protected
method MP() Returns string;
property string p;
end-class;
Also in methods
method A; ---why semicolon is here ?
&p = "Class A: property p";
end-method;
Please help in this issue.
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
I'm not sure what you're really asking but every time you define a method inside of a class you need to end the line with ";"
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
i'm not sure if you need a semi colon after "method A" statement it should work fine without semicolon..
Post new comment