Parameters are a special kind of variables, used in a subroutine to refer to one/more of the pieces of data provided as input to the subroutine

learn more… | top users | synonyms (1)

0
votes
1answer
26 views

Passing params to EventMethod in Visual C#

I have these two methods and I have to use them to modify the selected item in a ListBox and after editing it in the same txtBox I use for filling up the ListBox to get it back and replace It with the ...
1
vote
0answers
18 views

ASP.NET MVC 4 C# Add empty string to Parameter List for Insertion into AccessDB

I'm trying to insert data into an Access database using the System.Data.OleDb namespace and the method OleDbCommandObject.ExecuteNonQuery(), but I am receiving errors along the lines of: The ...
0
votes
2answers
61 views

Passing an array to a function as array vs as a pointer

I am a newbie to C and I am looking the ways to pass an array to a function and access the elements. I find that there are 3 ways to do that. pass in an array, and the function specific the ...
-5
votes
0answers
35 views

create a program in C with the following functions [closed]

I have no idea how to do this and I need it done by today. Someone please help if they can A function that takes 2 integer parameters and returns the larger of the 2 2) A function that takes 3 ...
0
votes
2answers
10 views

How to delete old Google Urls with parameters

a month ago i relaunched a Website in Typo3 CMS. Before that, the site was hosted with Joomla CMS. In Joomla Config, SEO Links were disabled, so Google indexed the Page Urls this: ...
0
votes
1answer
28 views

passing paramaters in Javascript function producing unexpected result

I have a function where I pass ID parameters as objects into a javascript function but the browser does not pick it up. <div id="searchByUser"> <input type="text" runat="server" ...
0
votes
0answers
23 views

Setting client side parameters for applet when using jnlp

We have an applet that is being used by a large number of clients. In order to improve debugging and also generate real data for automated testing we have the possibility to capture the communication ...
0
votes
0answers
10 views

How can I pass symbolic linked file path parameter to Wine programs from a bash script?

I made a very short bash script which start Virtualdub with Wine, and it can get a parameter too, the name and path of a video file. My script, called "vd" (it is placed in /usr/local/bin and chmodded ...
1
vote
1answer
25 views

What to do when passing a parameter into a callback function conflicts with the callback's caller

I am using an ID3 reader script to retrieve data from audio files. The basic usage is: ID3.loadTags(file,function() { var attr = ID3.getAllTags(file).attribute; }); where the anonymous function ...
0
votes
1answer
22 views

Keeping get parameters when using Html.BeginForm()

is it possible to keep my GET parameters when I do a GET-Request with Html.BeginForm(). I dont to enter any hardcoded View and Controller. When I try @using (Html.BeginForm()) its keeping my ...
0
votes
1answer
50 views

call-by-name and call-by-value with lazy val

I would like to know the difference between a variable passed by value, but lazy, and pass a variable by name in Scala. I wrote this example to try to show but I do not, how should I do? def ...
-1
votes
1answer
53 views

Make a oop pdo in php

foreach($attributes as $key => $value) { $test[] = $st->bindParam(':{'.$key.'}','{'.$value.'}',PDO::PARAM_STR); } I am trying to make a oop pdo. Now I'm stuck from this thing. The error ...
0
votes
1answer
28 views

can I use hash.each even if i'm passing only a string key? Dictionary without definition

This is the error I'm getting. I need to pass a string key to a method that usually accepts string key and string symbol combo Dictionary is empty when created` can add whole entries with ...
3
votes
1answer
54 views

Change language on link click

I have a links such as: <a href="index.php?lang=en"><img src="images/uk.png" style="height:20px"/></a> And and included page in index.php: <?php session_start(); ...
0
votes
0answers
5 views

add parameter to url for non embedded thumbnail

I want to add a thumbnail to a link in my wordpress website. the existing code in the php file to show the link is: //Check for Panorama $panorama = 'panorama'; $video_name = $news->name; if ( ...

1 2 3 4 5 407
15 30 50 per page