No announcements
Found 1681976 threads
-
2 Votes
Global Variable Problem in VB2008
Hi LTHS, In your second form, (I'm presuming your forms are Form1 and Form2), you can refer to the variable declared in Form1 by using "newVar = ...Answered | 2 Replies | 1112 Views | Created by LTHS - Sunday, January 20, 2013 11:18 PM | Last reply by Ron.Sul - Monday, January 21, 2013 4:11 AM -
0 Votes
Global Variable Problem
See if any code besides the variable definition is touching pTest.Answered | 6 Replies | 2556 Views | Created by R Hope - Wednesday, June 3, 2009 1:04 PM | Last reply by Matt Fisher - Wednesday, June 3, 2009 3:24 PM -
0 Votes
Global Variables
This would be helpful for others facing the same kind of problemAnswered | 8 Replies | 7635 Views | Created by optimus_prime - Sunday, January 31, 2010 11:40 AM | Last reply by Shimmy Weitzhandler - Saturday, February 6, 2010 6:38 PM -
0 Votes
Global Variables?
You cannot declare global local variables.Answered | 5 Replies | 4391 Views | Created by Select-Help - Tuesday, January 3, 2012 5:47 PM | Last reply by Erland Sommarskog - Tuesday, January 3, 2012 11:18 PM -
1 Votes
can #Const be a global variable?
Hello Slindee, If we want to use a variable throughout the project, we can define it as Public Shared in a class.Answered | 5 Replies | 2764 Views | Created by slindee - Saturday, February 6, 2010 4:06 PM | Last reply by Ji.Zhou - Thursday, February 11, 2010 2:43 AM -
2 Votes
Global variables
Acamar, I should have mentioned that all of my global variables are indeed declared in a module.Answered | 5 Replies | 469 Views | Created by gwboolean - Wednesday, February 8, 2017 11:07 PM | Last reply by gwboolean - Wednesday, February 8, 2017 11:58 PM -
2 Votes
Global variables
Global variables and constants are not normally the same thing.Answered | 9 Replies | 3332 Views | Created by merlin fl - Monday, October 18, 2010 3:08 PM | Last reply by merlin fl - Thursday, October 21, 2010 2:28 PM -
0 Votes
Global variable
Any static variable or class is by definition "global".Answered | 4 Replies | 858 Views | Created by La07K - Thursday, November 12, 2015 6:37 AM | Last reply by Christopher84 - Thursday, November 12, 2015 11:12 AM -
2 Votes
Global Variable
Hi, Global variables are considered a bad programming practice as they increase dependencies between things.Answered | 5 Replies | 3288 Views | Created by AfCSharpLearner - Sunday, June 28, 2009 7:51 AM | Last reply by Derek Smyth - Monday, June 29, 2009 7:23 AM -
0 Votes
vb2008 problem
i have some problem into vb2008 my code is following dim i as integer i=0 for i=0 to ...Answered | 1 Replies | 9850 Views | Created by Shershah - Wednesday, January 14, 2009 8:06 AM | Last reply by ashawani_dubey - Thursday, January 15, 2009 5:13 AM -
0 Votes
Global Variables
Hi, You can store variables in static class, and declare variables as public static: using System; using ...Answered | 14 Replies | 1994 Views | Created by amit_kumar - Thursday, September 27, 2012 10:50 AM | Last reply by amit_kumar - Friday, September 28, 2012 4:31 AM -
0 Votes
Global variables
Technically, you don't have any global variables in the code above.Answered | 1 Replies | 1816 Views | Created by BabyBoomer2 - Friday, February 3, 2012 8:48 PM | Last reply by Reed Copsey, Jr - Friday, February 3, 2012 9:10 PM -
2 Votes
How to create a Global variable in VB 2008
Okay, Im a newbie to VB, so how do you create a Global variable inside a sub.Answered | 6 Replies | 2956 Views | Created by packpatfan - Tuesday, January 17, 2012 7:33 PM | Last reply by packpatfan - Wednesday, January 18, 2012 3:25 PM -
6 Votes
Global variable
There is no "global" variable in LS.Answered | 12 Replies | 8781 Views | Created by Billy Kidd - Saturday, July 30, 2011 5:04 AM | Last reply by ITPSB - Thursday, May 17, 2012 2:59 PM -
1 Votes
Too many Global Variables
If a variable is globally scoped when it shouldn't be then it is consuming memory when it shouldn't be.Answered | 2 Replies | 1597 Views | Created by Bo Ye - Monday, November 21, 2011 4:18 AM | Last reply by servy42 - Monday, November 21, 2011 7:32 PM -
0 Votes
Global Variable
I understand Global Variables don't Exist, But what is the C# Sharp equivalent of one?Answered | 1 Replies | 4281 Views | Created by Notapipe - Tuesday, October 25, 2011 6:16 AM | Last reply by PaulH79 - Tuesday, October 25, 2011 1:59 PM -
3 Votes
Use of Global Variables is bad
It was only in reference to a specific problem which arises in the use of global variables.Answered | 19 Replies | 10705 Views | Created by NoEgo - Wednesday, July 15, 2009 4:02 PM | Last reply by Nishant Sivakumar - Wednesday, July 15, 2009 6:23 PM -
1 Votes
C# Global Variables
I think generally speaking avoid using global variables at all.Answered | 9 Replies | 4408 Views | Created by TheViewfromtheWest - Thursday, May 21, 2009 5:05 PM | Last reply by David M Morton - Thursday, May 21, 2009 8:04 PM -
0 Votes
Global variable for #if directive
Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar ...Answered | 3 Replies | 591 Views | Created by Y a h y a - Friday, September 11, 2015 9:58 AM | Last reply by Kareninstructor - Saturday, September 12, 2015 3:52 AM -
0 Votes
Insert Global Variable into table
If the variable name is varFileName, then in the data flow task you can use a derived column to create a new field FileName and use following expression: @[User::varFileName].Answered | 1 Replies | 1268 Views | Created by dgrm44 - Thursday, June 20, 2013 12:05 PM | Last reply by Nitesh Rai - Thursday, June 20, 2013 12:15 PM - Items 1 to 20 of 1681976 Next ›
No announcements