Home > forms > Variable Environment

Variable Environment

Private Sub cmdGet_Click()

Me.txtEnv.Text=vbNullString

Dim strEnv As String

For inCount=1 to 32

strEnv=strEnv & Environ$(intCount) & vbCrLf

Next intCount

Me.txtEnv=strEnv

End Sub

Categories: forms Tags:
  1. No comments yet.
  1. No trackbacks yet.