Hi,
thank you parksie ,
I will test it
[Highlight=VB]
public function test_vbcode() as boolean
Dim test As Boolean
' this is test
' thank you agan

If test = True Then
test_vbcode = True
Else
test_vbcode = False
End If
end function