[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 329

 

Can you tell me the PF I am counting correctly?

int i;
double sl,tp;
double r;
int stop=ct1-PeriodPF;
if(stop<0){stop=0;return(0);}
for(i=ct1;i>stop;i--){
r=Hist1[i]-Hist1[i-1];
if(r>=0){tp+=r;}
if(r<0){sl+=MathAbs(r);}
}
if(sl!=0){PF1=tp/sl;}
else{PF1=tp;}
return(0);

where Hist-array containing the account history after each closed transaction.

 
when ordering under work, what is "1 credit"?
 
by pure chance $1
 
could have been without sarcasm, exactly a dollar and not a c.u.?
 
RMX13:
could have been without sarcasm, exactly a dollar and not a c.u.?

I'll take gold from you... :-)
 

Help

Why do you sometimes get this "picture"?


 
Ale-xander:

Help

Why do you sometimes get this "picture"?

The font is wrong.
 
have you opened ex4?
 
Zhunko:
The font is wrong.
Where and how do I change it? The thing is, it doesn't always look like that.
 
YOUNGA:
have you opened ex4?
I'm not good at this. Is there a description of how to do it?