New topic in Visual Basic to REALbasic Conversion: Adding many Properties to a Module
jahenso - Wed Apr 16, 2008 3:48 pm <http://forums.realsoftware.com/viewtopic.php?t=21868> I have a VB project that has about 50 properties declared in a block as Global. I'm not concerned with scope. However, adding all of these items one-by-one in the Properties GUI of the module is prohibitive. I really need to cut and paste something like: DIM f,g,h,i,j,k as Integer DIM l,m,n,o,p as Single DIM q,r,s,t,u as Double DIM AX(3,4), BX(3,4), CX(3,4) as Single DIM DX(4,5), EX(4,5), FX(4,5) as Double and so on Is there a way to cut and paste these declarations into a Module without inputting them one at a time into the Property editor? Thanks in advance! Andy -- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> [email protected]
