Top "Arguments" questions

An argument is a value passed to a function, procedure, or command line program.

Using getopt in C with non-option arguments

I'm making a small program in C that deals with a lot of command line arguments, so I decided to …

c arguments argv getopt getopt-long
Call apply method with arguments in JavaScript

I wanted to invoke a function using the javascript apply() method. This works fine if the function has no arguments. …

javascript arguments apply
Why Spring MessageSource arguments are not filled correctly in some locales?

mailconfirm.mail.body=<html><body><h3 style="margin: 0 0 1em;">Hi, {0}!</h3>\ To …

spring internationalization arguments double-quotes
Looking for a Command Line Argument Parser for .NET

I'm looking for a command line argument parser, such as "Command line parser" from http://www.sellsbrothers.com/tools/Genghis/ . …

c# .net command-line arguments
Multiple files for one argument in argparse Python 2.7

Trying to make an argument in argparse where one can input several file names that can be read. In this …

python file parsing arguments argparse
batch script subroutine: Passing arguments

My understanding is that in order to get the date from a file passed into a subroutine as an argument, …

batch-file arguments argument-passing subroutine
How to pass arguments into event listener function in flex/actionscript?

Since when using sql lite if you try and do a function at the same moment it throws an error, …

actionscript-3 flash apache-flex events arguments
command-line options and arguments using getopt

I'm trying to write a piece of code in python to get command-line options and arguments using getopt module. Here …

python command-line arguments getopt
Invoke direct methods or methods with arguments / variables / parameters in EL

How can I in JSF 2.0 invoke direct methods or methods with arguments / variables / parameters in EL? For example, getting the …

jsf methods arguments parameter-passing el
error in tapply: arguments must have same length

I have imported a set of data into R as a data frame from a .csv file. Originally, I had …

r csv arguments tapply