A "sub" question...
I have seen this lately in my readings:]
sub _dfv_profile {
return {
'required' => [ qw( fname lname ) ]
};
}
Note the leading underscore in the sub name. What does that mean? Is that
like making it "private"?
Robert
.
Relevant Pages
- RE: Time if/then caclculate average formula?
... H and I to accumulate the readings ... You will need to format you column B as time in the ... Sub TODavg() ... Dim lr, lr2 As Long ... (microsoft.public.excel.programming) - Re: Hide or show Control Button on Form in Access 97
... > Private Sub Combo3_BeforeUpdate ... the Detail area of the Main Form and Command Button 7 is located in the Form ... Underscore "_" between characters that have spaces or just put a space, ... >> selection. ... (microsoft.public.access.forms) - Re: [OT] Navy releases photos of U.S.S. San Francisco
... Triton found some correlation between hers and their search sonar (their ... to the underlying geologic structure- and both can throw of the readings ... But if you had one of these near the stern of the sub, ... gravitational attraction at the two ends of the sub as the seamount was ... (sci.space.history) - Re: Daily Averages
... If i dont have any reading it´s equal to zero. ... Sub GetDailyAverage() ... Loop While Not c Is Nothing And c.Address firstAddress ... Column B is the readings column. ... (microsoft.public.excel.misc) - Re: A "sub" question...
... > Note the leading underscore in the sub name. ... > like making it "private"? ... But as a convention: that means: you sensible reader, ... (perl.beginners) |
|