PHP Code:
for (j: this.sentmail.getdynamicvarnames()){
if (this.sentmail.(@j) > this.sentmail(@j[j+j-1]){
this.mostsent = this.sentmail.(@j);
this.mostsentacc = j;
}
}
PHP Code:
if (this.sentmail.(@j) > this.sentmail(@j[j+j-1]){
i guess it could work if you change it to, and you forgot a closing )
PHP Code:
if (this.sentmail.(@j) > this.(@ "sentmail" @ j[j+j-1])){
or did you try to do this
PHP Code:
if (this.sentmail.(@j) > this.sentmail.(@j[j+j-1])){