View Single Post
 
Old 02-09-2016, 03:43 AM
Debaser's Avatar
Debaser Debaser is offline Windows 7 64bit Office 2010 32bit
Competent Performer
 
Join Date: Oct 2015
Location: UK
Posts: 221
Debaser will become famous soon enough
Default

Public variables have to be declared outside all routines, but set within one. You can either use public Functions that simply return the array you need, or use public Constants that are delimite strings, and then Split them whenever you need an array.
Reply With Quote