Questions tagged as 'funciones'

3
answers

Call a function that takes parameters and returns two values

I have done several searches on the Internet, and I have found how to return two values in a function, and then how to access them, but what I need is to use a function to which a parameter passed and which in turn returns two values, I know thi...
asked by 22.03.2018 / 13:57
0
answers

I need to increase an array by 1 in Javascript

I have a problem, they have made me repeat a code twice and twice because I do not understand the exercise well, I need to increase an array by +1 and that array does not exceed 9. I would like you to see my code and tell me if I did it right or...
asked by 06.03.2018 / 22:51
0
answers

How do I assign values from one arrangement to another?

I want to make a function that gives me back a specific position of an array of a smaller length with respect to another one in VBA - Excel, all my values are multiples of 28 and I had this idea in mind: Public Function arreglo_corto(rango As...
asked by 17.02.2018 / 00:21
0
answers

get label variables tkinter python

I have the following code, and I want to get the string with the value of the file to use in the function: def openBioActFile(): finestra.openfile = tk.filedialog.askopenfilename(initialdir = cwd,title = "Select file",filetypes = (("text file...
asked by 05.02.2018 / 10:17
1
answer

PHP recursive function, get children

Does anyone give me a hand? I need to create a recursive function, that the father obtains for me and if he has children, that is to say that he returns me slug: father and if he has children is slug: padre/hijo/hijos and so recursively....
asked by 22.01.2018 / 15:34
1
answer

Face with movement by console in C #

I have a problem executing a function in console, I want to make a face move from right to left but the movement does not run when I add the function of the eyes, it was my logic to put two functions apart and not only in one. static void Main...
asked by 14.01.2018 / 17:43
0
answers

Uncaught Error: Call to undefined function createTitles ()

Good morning I am trying to create a function with php that fills in the title fields automatically, but when I try to pass the arrangement where I have my titles, I get the following error: "Uncaught Error: Call to undefined function createTitl...
asked by 04.12.2017 / 15:52
0
answers

Fatal error: Uncaught PHPExcel_Exception: Cell coordinate can not be zero-length

When I try to create a function that fills my data automatically with PHPExcel and a series of fixes, I get the following error:    " Fatal error: Uncaught PHPExcel_Exception: Cell coordinate can not be zero-length string in C: \ inetpub \ w...
asked by 04.12.2017 / 18:37
0
answers

How to add the values of a wordpress function

how can I add the values of a function. This this function <?php numero_deposts(); ?> gives me the post number of certain tags. Example: 2 4 1 3 .... but only shows me this way 2413 .... There is some way to add 2 + 4 + 1...
asked by 04.12.2017 / 06:45
1
answer

Cashier example, the functions of depositing and withdrawing do not work

I am very new in all this of html and javaScript, I like to fuck :). However in this example I have problems running the functions. I would love it and I would be very grateful for the help you can give me. Greetings <html> <...
asked by 28.11.2017 / 22:14