Question:If you want to pass a value to a function by reference, the correct way is: 

A function ModifyReport(&$Rptfile){} 

B function ModifyReport($Rptfile){} 

C function ModifyReport(ByRef $Rptfile){} 

D function ModifyReport(&Rptfile){} 

+ Answer
+ Report
Total Preview: 922

Copyright © 2024. Powered by Intellect Software Ltd