첨부 실행 코드는 나눔고딕코딩 폰트를 사용합니다.
------------------------------------------------------------------------------------------------------------------------------------------------------

[VB] 제곱 값 구하기

VB 2015. 5. 16. 09:00
728x90
728x170
Public Function GetSquare(nSource As Integer) As Long
 
    GetSquare = nSource * nSource

End Function
728x90
그리드형(광고전용)
Posted by icodebroker
,