English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-12-22 01:29:57 · 2 answers · asked by james j 1 in Computers & Internet Programming & Design

2 answers

Procedures is a block of program code that performs a specific task. they can be function procedures. The difference between both types of procedures is that a Function procedure returns a value after performing its assigned task

2006-12-22 01:47:49 · answer #1 · answered by mavinakdel 4 · 0 0

Call getMeTea

***************
Public Sub getMeTea()
Msgbox "Hi"
End Sub

Or

Private Sub getMeTea()
Msgbox "Hi"
End Sub

2006-12-22 01:37:16 · answer #2 · answered by Buzzy Buddy 3 · 0 0

fedest.com, questions and answers