Top "Parameter-passing" questions

parameter-passing is the process of assigning values to the parameters of a function

bash: passing paths with spaces as parameters?

I have a bash script that recieves a set of files from the user. These files are sometimes under directories …

bash whitespace parameter-passing filepath delimiter
Symfony: pass parameter between actions (with a redirect)

I am redirecting from one action (executeProcess) to another (executeIndex). I want to be able to pass a parameter/variable …

parameter-passing symfony-1.4
Passing objects by reference vs value

I just want to check my understanding of C#'s ways of handling things, before I delve too deeply into …

c# parameter-passing pass-by-reference pass-by-value
Swift Passing data from appDelegate to another class

I need to pass a variable from the AppDelegate to another class that I have created to hold global variables …

ios swift parameter-passing appdelegate
How to pass data between requests of Post/Redirect/Get pattern in Spring MVC?

I have a form which submits user first and last name using POST signin.html @RequestMapping(value="/signin.html",method = …

spring spring-mvc parameter-passing post-redirect-get
What's the difference between call by reference and copy/restore

What's the difference in the outcome between call by reference and copy/restore? Background: I'm currently studying distributed systems. Concerning …

terminology parameter-passing rpc
Pass a vector of variable names to arrange() in dplyr

I want to pass arrange() {dplyr} a vector of variable names to sort on. Usually I just type in the …

r sorting parameter-passing dplyr
How to use User.Identity.Name as a parameter for SqlDataSource in ASP.NET?

For SqlDataSource I can configure the external source for the incoming paramater. For example it might be a QueryString, Session, …

c# asp.net parameter-passing sqldatasource
How to Pass Parameters from QSub to Bash Script?

I'm having an issue passing variables to a Bash script using QSub. Assume I have a Bash script named example. …

parameter-passing qsub
Can I pass a SqlParameterCollection object into a SQL Command

I currently have a connection class that handles all of my database connectivity. What I am trying to do is …

parameter-passing sqlparameter