Line 8:
Line 8:
Local variables are specific to an individual macro. You should use a local variable when the value is only required in that individual macro.
Local variables are specific to an individual macro. You should use a local variable when the value is only required in that individual macro.
+
+
Boolean = True or False
+
+
Integer = Whole Numbers for example: 100, 200, 300
+
+
Decimal = numbers with . character for example: 1.1 1.11 1.111
+
+
String = text and numbers and special characters for example: The cat sat on the mat! The cat is 5 years old, how old is yours?