Prev: Barcodes
Next: Quickest instring test
From: JD on 3 Feb 2010 15:41 Thanks Geoff! I will revise that. If it work, I will use. Which is the problem of using global variables? Is there a type of more appropriate variable? TIA.
From: Geoff Schaller on 4 Feb 2010 17:11 The problem? Nothing really but they are not very OO are they <g>. The better approach is a global object established at startup or variables and methods on a subclassed application class. The problem with a global is that it is relatively invisible to the developer whereas a common global object class of some kind is a lot easier to use and maintain. Geoff "JD" <jdhora(a)ig.com.br> wrote in message news:4af8f594-8a80-4eb7-b267-d80baf49af18(a)r24g2000yqd.googlegroups.com: > Thanks Geoff! > I will revise that. If it work, I will use. > Which is the problem of using global variables? Is there a type of > more appropriate variable? > > TIA.
From: JD on 5 Feb 2010 05:02
Ok. Thanks. |