5
votes
5answers
81 views

Best practice for returning multiple values in Java?

Today I've added a extra security check behind my login forms, to slow down brute force attacks. I've got multiple login forms and made a nice easy to call function that does all the checking and then ...
0
votes
1answer
20 views

jquery Uncaught TypeError: Cannot read property 'options' of undefined (edited)

Hello I made a function for a simple drag and drop quiz. Everything works fine except for internet explorer ofcourse. In chrome console I get this error: Uncaught TypeError: Cannot read property ...
2
votes
4answers
41 views

Javascript; function (x,y,z), confused on how values are passed

I searched and read about functions to no extent. I have seen my questions answered, but not in the detail I have understood. I'm less than one year into programming. Okay, so I don't understand how ...
0
votes
1answer
40 views

How do I call a function which returns a variable, multiple times, while inside another function?

I have a function (text-based game) that asks for input multiple times throughout itself, from which all whitespace I would like removed immediately after before proceeding to error checking. To ...
3
votes
3answers
75 views

what will a function return if there's no explicit 'return' [duplicate]

I bumped into this problem when I forgot to write the return clause of a function, but there was no warning or error in gcc. I fixed it but started wondering why the function would return something ...
1
vote
1answer
39 views

Elisp function return value

I'm having a (probably) dumb problem with Elisp. I want a function to return t or nil depending on a when condition. This is the code: (defun tmr-active-timer-p "Returns t or nil depending of if ...
0
votes
1answer
26 views

How do I print these return values from function in Python 3?

I have a homework assignment for raquetball simulation. I'm trying to figure out how to expand the program to account for shutouts and return the number for each player. I added a loop into the ...
0
votes
1answer
34 views

Return a large array from a function

I have a class for an app that manages its database fetches. Instead of working with the result set (PDOStatement) in the class and echoing out the html from there, I'd like to return the result set ...
2
votes
5answers
79 views

Not returning values, from a function with non-void return type

I read here on SO how : In C++ : Not returning from a non-void function is undefined behavior. ... analysis requires inspection of the entire program, which is incompatible with separate ...
0
votes
2answers
39 views

Using a variable from a function outside the function

Im writing this basic Tk program that can open text documents but i can seem to get it to work Here is my code: from Tkinter import * from tkFileDialog import askopenfilename def openfile(): ...
-2
votes
1answer
52 views

Javascript function always returns true?

I have this function which is a property of an object, Layer.prototype.mouseInBounds = function() { // Return value var ret = true; // Layer mouse co-ordinates are not valid if ...
1
vote
3answers
68 views

Returning void from a double function?

I have a function which is a double and normally returns the new value for a variable, but sometimes I don't want to change the variable and I would like to signal that by returning a special value, ...
0
votes
0answers
21 views

Would this shorthand work within a function for the return?

Would the below work? I'm not able to test it, and I was wondering (as I use very little shorthand coding techniques) if you're able to use shorthand for the return within a function? I can't think of ...
-1
votes
3answers
42 views

C++ Truncating Floats in Function Return [closed]

I have written my own FloatArray class to use for a project. The problem I'm having is that when I use the get method to return the value at a given index, the returned value is a truncated int and ...
2
votes
1answer
71 views

how to return function in elisp

This is related to this question: elisp functions as parameters and as return value (defun avg-damp (n) '(lambda(x) (/ n 2.0))) Either (funcall (avg-damp 6) 10) or ((avg-damp 6) 10) They ...
1
vote
3answers
45 views

Cannot return value from function

I have a PHP function: function unserialize_recursive($data, $i = 0) { $unserialized = unserialize($data); if ($unserialized) { $i++; } if (!is_string($unserialized) || ...
0
votes
2answers
45 views

Javascript (mongojs): Return a value in a function

I'm working with mongojs and I have to retrieve a field from an object taken from mongodb. I can not understand how to return the field: function retrieveVertById(id){ var result = []; ...
1
vote
1answer
65 views

Retun Genereric Type data from function

I have written the following code. Where the function func() print the header and data. class ICell { public: wstring header; virtual void Fetch() = 0; }; template <class ...
-3
votes
1answer
58 views

Unwanted return from JavaScript functions with DOM

I am designing a JavaScript function checkForm(), which is meant to check if at least half of the answers of a form have been completed. It returns ”true” if the condition is met and an alert message ...
3
votes
1answer
57 views

bash function with return value AND return string

First my sourcecode to test the returning method of bash functions: function oidev.fnc.bash.example.fncreturnstringvalue { echo "ABC" return 1 } and the caller function: function ...
2
votes
3answers
111 views

Is it bad to have functions return strings instead of ints? (C++)

I'm still relatively new to programming. I'm in the process of working on a game with SDL and I find myself wondering where or not I am using bad habits. For example, I have a function called ...
0
votes
2answers
50 views

Returning pointers from function gives weird numbers

Iam trying to get the max number of this array that has numbers from -20 to 30 but it returns weird numbers like this --> 2255667 which is impossible if all is going well. int * ptomx(int a[],int n) ...
0
votes
3answers
100 views

Function returning pointer to pointer

Please look at my code below: class SVMClassifier : public LibHAR { public: ... //This is my function returning a pointer to pointer to svm_node structure svm_node** ...
1
vote
3answers
56 views

Return variable and array from function java

I have a sorting function. I want to return two values and i thought it will be better if i return vaiable and array. But i don't know how to do it. public static int[] bubbleSort(int[] allatal) { ...
0
votes
3answers
31 views

How to determine if function doesn't return anything?

Is there a way to do this in PHP, using Reflection or something? function a{ return null; } function b{ } $a = a(); // null $b = b(); // null :(
1
vote
3answers
80 views

function return of python

I am reading John Zelle's Python programming 2ed Ch6. And I encounter a concept question: His example code says: #addinterest3.py def addInterest(balances, rate): for i in range(len(balances)): ...
0
votes
2answers
32 views

What is the issue with this function?

I created a function to recall the amount of posts in a certain category, in a forum. Here is the code for the function: function num_posts_evedisc() { $sql3 = "SELECT COUNT(category) FROM ...
0
votes
1answer
71 views

The best way to call multiple values in a function from another function in Python

As I working with the Python tkinter GUI and sqlite 3 recently to build a project, I discovered a lots of questions in Python programming. One of the questions is what would be the best way of calling ...
-4
votes
2answers
42 views

Confusion on using RETURN inside functions on PYTHON [closed]

When I try to create a .py file with return in a function like provided below def results(s1,s2): return s1+s2 results(3,4) it does not show the result when i try to run the .py file in ...
0
votes
1answer
100 views

Correctly defining and returning arrays from functions in C++ [duplicate]

If I had the following program: #include <iostream> // being lazy and using all std just for example. using namespace std; int (*some_func())[10] { int arr[10]= {0,1,2,3,4,5,6,7,8,9}; ...
1
vote
2answers
95 views

& in function declaration return type

What does the & mean in the following? class Something { public: int m_nValue; const int& GetValue() const { return m_nValue; } int& GetValue() { return m_nValue; } }; This ...
1
vote
1answer
86 views

What is the better way to return data from javascipt function

i am building a javascript game at the moment, and have certain parts of the game coded in separate files e.g. main.js for the loop and initializations etc and then i have level, player, collisions ...
0
votes
1answer
32 views

php function change html content from function to return them instead of displaying them

I have a function myfunc(){ ?> <h1>Title</h1> <div class="container"> <?php if (condition): ?> <div class="something">more ...
0
votes
1answer
41 views

Obtaining information from a returned array - Confusion [PHP]

Afternoon! I've looked around everywhere for an answer to this, I'm attempting to build a site for a company, and they would like a form of check to their external server. I have the class that checks ...
0
votes
3answers
74 views

My python function won't return or update the value

def getMove(win,playerX,playerY): #Define variables. movePos = 75 moveNeg = -75 running = 1 #Run while loop constantly to update mouse's coordinates. while(running): ...
0
votes
2answers
47 views

trying to get return info from one function to another

I'm trying to use functions (something that I am inherently bad at apparentlyXD) and am trying to get the return statement info from the first and then use it in the second. Both are for rolling dice, ...
0
votes
6answers
40 views

PHP check for valid function return

I have this code: $myVariable = someRanDomFunction($blah) The problem is that someRanDomFunction() might return an array, an object, an empty array, boolean value or NULL. What if the best way to ...
0
votes
2answers
90 views

Functons with different return types and parameteres C++

I need an answer for this C++ question, I have worked on it, but clearly im missing something and I will post my answer so far too.... Write a program that will calculate and print pay slips. User ...
-1
votes
2answers
43 views

C++ template return value

I need to implement a queue that serves for any datatype T using template, and one function I need to implement is called T getFirst() which returns the value of the first node my original approach ...
0
votes
1answer
64 views

How do I return 0 and terminate from a function? [duplicate]

In the following, I wish for the program to exit if "condition" is less than 3 in function2, but at the moment, it just continues code execution after the switch statement. How do I go about achieving ...
0
votes
1answer
35 views

Disable view code of function

Like this, if I made a function: function a() { alert("Hello!") } I don't want you to be able to view the code like: eval(a) Returns all the code but eval(a()) Returns ...
0
votes
4answers
49 views

function wont return value

$html = ' some html here <br>'; function sql($mysqli,$html){ $stmt = $mysqli->prepare("SELECT * FROM `jobs` WHERE `out` is null"); $stmt->execute(); $stmt->store_result(); ...
0
votes
3answers
92 views

Why is this Function Returning None?

If I first enter data that is valid it works fine, but if I enter invalid data, then valid data, None is returned. Here is an example of the problem: code: def passwordLength(password): if ...
0
votes
1answer
55 views

functions and returns

I'm new to python and I've been assigned in writing an invoice program for a hypothetical hotel. I'm running into difficulty when trying to call on functions for their return value. I could really use ...
-1
votes
1answer
283 views

Function returning string in C++ [closed]

The following program is to get an account number input by the user, using class, which is of a predefined format - first two are alphabets, next three digits are the branch code and the remaining ten ...
1
vote
1answer
69 views

Function condition being executed without condition being met [closed]

I declare my variable int exceedLimit = 0; I call a function compareLimit(selectChannel,exceedLimit); This function checks the current value of select channel and if it exceeds the current ...
2
votes
1answer
43 views

Value prints correctly in function, but when returned is None

I am just trying to brush up on my python, so I am sure I made a basic mistake here. My code is just a toy app that finds the largest item in a circularly-sorted array. Here is my code: def ...
5
votes
7answers
182 views

How to return the point of lines crossing? Lines don't always intersect

Let's say we want to make a function which calculates the intersection point of two lines. The intersection point is't always defined or unique. How to reflect that in the function's signature? I ...
0
votes
1answer
55 views

Haxe: Return value of field

For some reason, I can't modify the value of a field in Haxe. Of course, this doesn't seem to be affecting all of my fields, just this one. Here's (what I'm pretty sure is) the applicable code. ...
0
votes
1answer
109 views

returning a two dimensional array from a function in vbscript

im having an issue with a program im working on. what im trying to do is have a function accept input from a user and store that data in an array for small testing purposes it is a 3 x 3 array i have ...

1 2 3 4 5 8