ex
Dim TheString as String Dim Number as Integer
but did you know that you can declare a variable in a much shorter way using symbols like this
Dim TheString$ 'String Dim TheInt% 'Integer Dim TheSingle! 'Single Dim TheDouble# 'Double Dim TheLong& 'Long Dim TheCurrency@ 'Currency
so i also commented each line so you know what symbol do what but let me write it down
% - Integer
! - Single
# - Double
& - Long
@ - Currency
Ok this is the tutorial i know realy short but i hope i can get in handle for anyone of you :D Peace out
Edited by kresh7, 18 September 2009 - 05:54 AM.


Sign In
Create Account



Back to top









