|
-
Nov 8th, 2005, 01:17 AM
#14
Thread Starter
PowerPoster
Re: Condense code...
 Originally Posted by RhinoBull
Sorry, but second type is wrong:
! - Single
To find out more run ths sample:
VB Code:
Private Sub Command1_Click()
Dim var1%, var2&, var3#, var4!, var5@, var6$, var7, var8 As Object
Debug.Print "var1: " & TypeName(var1)
Debug.Print "var2: " & TypeName(var2)
Debug.Print "var3: " & TypeName(var3)
Debug.Print "var4: " & TypeName(var4)
Debug.Print "var5: " & TypeName(var5)
Debug.Print "var6: " & TypeName(var6)
Debug.Print "var7: " & TypeName(var7)
Debug.Print "var8: " & TypeName(var8)
End Sub
made a small app with this info so i dont forget. enclosed for all us young-timers lol
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|