Top "Dynamic-variables" questions

In programming, a dynamic variable is a variable whose address is determined when the program is run.

Javascript: Server sided dynamic variable names

How would I create dynamic variable names in NodeJS? Some examples say to store in the window variable, but I …

javascript node.js dynamic-variables
Create a dynamic variable reference in Typescript

Thanks ahead of time, to anyone who helps. :) This may seem a simple answer to those who are experienced, but …

javascript typescript dynamic-variables variable-names
Sending dynamic variables to SASS

I am currently working in a new project that allows users to change the appearance of the website base on …

php css sass dynamic-variables
Convert list of strings into objects

I have a list of strings, say something like: listofstuff = ['string1', 'string2', 'string3', ...] I have a created …

python list dynamic-variables
Dynamic variable in C#?

Is it possible to use a dynamic variable (not sure about naming) in C#? In PHP, I can do $var_1 = "2"; $…

c# dynamic-variables
PHP join two variable names

I have a php script that gets a $_POST to decide which array to return. Ex: $n = $_POST['n']; // 1, 2 or 3 $…

php variables dynamic-variables
How to create variables with dynamic names in C#?

I want to create a var in a for loop, e.g. for(int i; i<=10;i++) { string s+…

c# string dynamic-variables
Struts 2 dynamic variables

I'm trying to create a dynamic variable in Struts2 using set tag <s:set var="myNum" value="numConst" /> &…

java jsp struts2 ognl dynamic-variables
Dynamic variable declaration in C

I'm a ruby developer and its been long time since I've coded in C. I want to use a datatype …

c variables dynamic-variables
Dynamic variable names in Smarty

I want to be access some variables I've assigned dynamically from PHP in Smarty, here is an example: $content_name = …

php smarty dynamic-variables