hara
parameter 본문
Sub printt(p_name)
MsgBox ("hello " & p_name)
End Sub
Sub test_print()
Call printt("hara")
End Sub
Comments
Sub printt(p_name)
MsgBox ("hello " & p_name)
End Sub
Sub test_print()
Call printt("hara")
End Sub