procedure
Difference between FUNCTION and PROCEDURE statements
By Sergey - Posted on January 1st, 2008
Syntactically there is no difference between FUNCTION and PROCEDURE statements in VFP. In other languages that have both statements, a function can return a value and a procedure cannot. In VFP the difference comes in the way a procedure/function is called. By default VFP passes parameters by value in call to the functions, by reference to the procedures ( DO ...) and only former allows for a return value.
Recent comments
3 weeks 2 days ago
3 weeks 2 days ago
3 weeks 2 days ago
5 weeks 3 days ago
6 weeks 5 days ago
7 weeks 17 hours ago
8 weeks 1 day ago
11 weeks 21 hours ago
12 weeks 11 hours ago
12 weeks 12 hours ago