Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
variables
- Page 1
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Dani
… into mail. Salem is referring to passing each of those
variables
in htmlspecialchars() to make sure there is not any HTML…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by jkon
… are influenced by factors like your location, connection, and other
variables
. That’s why we have tools like PageSpeed Insights, VPNs…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
… are influenced by factors like your location, connection, and other
variables
. That's why I disagreed with you that a Lighthouse…
variables
Programming
Software Development
15 Years Ago
by ffs82defxp
i recently found that
variables
set in a function cannot be used in another function. so to make
variables
'universal' i have to make them global
variables
? and you do that buy stating them global, like this? [CODE]global [VARIABLE NAME]=[VALUE][/CODE] i have a feeling there is more to it.
Variables
Programming
Software Development
15 Years Ago
by Phil++
…I'm writing this report and I'm writing about
variables
.. I'm just checking to see if this is a… good description: [I]
Variables
are used in programming to allocate specific memory locations for… data,
Variables
enable the programmer to give a specific name to where…
Variables
Programming
Software Development
18 Years Ago
by Prahaai
Hello. I have a very simple question: Are there any types of
variables
that store pointers, or stacks of
variables
? For now i only know about ARRAYS and COLLECTIONS. Maybe there are more types... i really need to know. Thank you very much.
Re: variables
Programming
Software Development
15 Years Ago
by ShadyTyrant
Yes that is the correct syntax for a global variable. How ever you can pass the value of
variables
around with things like return statements.
Re: variables
Programming
Software Development
15 Years Ago
by Ene Uran
…]Study it carefully! If you have questions, ask. Avoid global
variables
, as your program gets larger, they can easily create hard…
Re: variables
Programming
Software Development
15 Years Ago
by vegaseat
[QUOTE=ffs82defxp;1061445]Okay, i think i understand. Basically you pass a variable from one function to another by 'returning' it ? And the next functions parameters are supposed to include the variable(s) name(s)?[/QUOTE]You pass
variables
as need as function arguments and/or returns.
Variables
Programming
Software Development
17 Years Ago
by amith003
Hi Everyone I'm a new bee in C#. I'm using ASP.NET with C# for an application. I want to know how to take values from a database(sqlserver) and store it in session
variables
in .net. Can anyone pl help? Thanks in Advance
Variables
Programming
Web Development
17 Years Ago
by amith003
Hi Everyone I'm using ASP.NET with C# for an application. I want to know how to take values from a database(sqlserver) and store it in session
variables
in .net. Can anyone pl help? Thanks in Advance
Variables
Programming
Web Development
16 Years Ago
by nzaman
Assign values to two
variables
. Use comparison operators to test the first value is: *The same as the second *Less than the second *Greater than the second *Less than or equal to the second Would really appreciate it if some one could do this for me cheers!
Variables
Programming
Software Development
14 Years Ago
by Skeldave
… someone explain to me how to create, store and manipulate
variables
please? At the moment i have this but I get…
Variables
Programming
Software Development
13 Years Ago
by kris222
what are the other types of
variables
in tasm ex: bh,bl,cx what else is there that i can use?
VARIABLES
Programming
Software Development
12 Years Ago
by ibra.kitandwe
How to use
variables
Variables to hold information dynamically
Programming
Software Development
14 Years Ago
by jaango123
…xml, to be declared in the xsl. Then use those
variables
to print the account numbers. Example, for the attached …dynaReq2 containg second account number and then use these two
variables
to print the accounts. In case we have three …account numbers, there should be three
variables
holding the information. Please let us know how to …
Variables from C++ into Blender Game Engine
Programming
Game Development
14 Years Ago
by kshaaban
… the co-ordinates in c++ stored as
variables
and would like to use these
variables
within the Blender game engine to position… to know if it is possible to somehow get my
variables
from my c++ code into the game engine? I have…
Re: Variables to hold information dynamically
Programming
Software Development
14 Years Ago
by jaango123
…? Based on the no: of input nodes, the no: of
variables
also change? The maximum no: of account numbers that can…
Variables like Booleans
Programming
Software Development
17 Years Ago
by ptaylor965
Hi, I would like to know how to create
variables
like booleans When you type a boolean command it look … this style of preset entries be done for Other Custom
Variables
i.e. Dim Height as Size Height = Small Medium Large…
Variables in For loops
Programming
Software Development
15 Years Ago
by AutoPython
… could not find.I noticed that you can't set
variables
in for loops without having to do something (like in… the code or command be to allow you to set
variables
in loops, if a variable IS set in a for…
Re: Variables in For loops
Programming
Software Development
15 Years Ago
by AutoPython
Then I can't figure out why my
variables
aren't getting set in my for loop. EDIT: *sigh* I'm am so noob, I was trying to print the
variables
out side of the function which had the for loop in it.
variables reset after each method call
Programming
Software Development
12 Years Ago
by bobrown101
… list of many) Where I am stuck is that the
variables
in the char_array class reset each time the init() or… you guys modify the code for me so that the
variables
don't get reset every time? Thanks in advance, Brady…
Re: Variables like Booleans
Programming
Software Development
17 Years Ago
by binoj_daniel
You can even store string values to the enum
variables
.
variables naming variables.
Programming
Software Development
17 Years Ago
by TimeIsCyclical
…. I'm having trouble figuing out how to create new
variables
of that class without prompting the user to input anything…
Re: variables naming variables.
Programming
Software Development
17 Years Ago
by Duoas
…] indicated, there is no need to create [I]named[/I]
variables
(order1, order2, etc.), just use the deque or vector or…
Re: Variables in separate functions
Programming
Software Development
12 Years Ago
by mattboy64
Thank you so much! For the pointer should I declare the stock
variables
as them as global
variables
? and how do i declare more than one variable into the function with pointers on them as well?
Re: Variables in separate functions
Programming
Software Development
12 Years Ago
by Moschops
> For the pointer should I declare the stock
variables
as them as global
variables
? Almost certainly not. Create them in the main…
variables from javascript in asp.net
Programming
Web Development
18 Years Ago
by adnan1888
i need to use the
variables
declared in javascript in asp.net saw a thread suggesting …
variables between forms
Programming
Software Development
17 Years Ago
by Nemoticchigga
… header and source file with gets and sets and private
variables
for some of the data. How do I pass this…
Variables inside methods and type errors
Programming
Software Development
16 Years Ago
by desm
…, I know how to fix the problem, don't let
variables
and methods share names. But I want to know why…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC