VBscript Sub Procedure

You can write Function procedure to return value and also you can write function procedure without returning value (if your function not returning any value it works like sub procedure) Then what is necessity of Sub procedure concept in VBScript when function procedure alone can be used for both returning value and non returning value?

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions