Questions tagged as 'bucle-for'

2
answers

How to make a two-dimensional arrangement of String in C #?

I have a small problem, I hope and you can support me; The problem is that I want to make a 2-dimensional arrangement to make a table, something like this: string[][] dat = new string[][] {...
asked by 30.10.2018 / 22:49
0
answers

How to use the OnPropertyChange in C #? [UWP]

What happens is that I have this property: [Display(Name = "Codigo EAN-UCC", Description = "Codigo EAN-UCC para recaudos por codigo de barras", GroupName = "Tesoreria")] public string TESORERIA_CODEANUCC { get { return (Get() == null ? "" : (s...
asked by 22.10.2018 / 17:03
0
answers

I can not fill a simple Java array

Something simple and simple. switch(menu_ini) { case 1: // Ingresar datos!. int i; for (i = 1; i == item.length; i++) {...
asked by 20.10.2018 / 20:03
0
answers

Stop sequence in php

I have this sequence that collects data entered in BreezingForms of Joomla , and presents them in a consecutive table. The problem is that we would like to make this sequence drawn in 2 tables, one next to the other, so that it d...
asked by 18.10.2018 / 10:50
3
answers

how to iterate in a dataframe with loop for

I have a list I'm trying to iterate with a for loop in a dataframe to query a data in a webservice: value=[] for i in range(0, 10): nit = mydataset_df.CO_tin_no url = 'http://www.rues.org.co/RM/ConsultaNIT_json' headers,...
asked by 16.10.2018 / 23:44
2
answers

Make a line break in HTML within the For PHP cycle

The first part corresponds to the js code where I call a file that executes the for cycle, but it does not give me the line saturations, putting everything in a column. <script> $(document).ready(function() { $("#nivel-especialidad").cha...
asked by 11.10.2018 / 16:24
0
answers

Because it marks error of java.lang.ArrayIndexOutOfBoundsException: 3

I'm trying to make a magic picture but for some reason it marks me wrong         int n = 3; int i_a = 0; int j_b = 0; int P_I = n / 2; int[][] cuadro_m = new int[n][n]; int temp = 1; for (int i = 0; i < n; i++) {...
asked by 14.10.2018 / 08:16
0
answers

Create an array within another array for each different return

Maybe the title of my question is wrong, but I am commenting, I am working with PHP 7, I want to create an array within another array, but according to certain parameters, this is the code I have at this moment: $RETORNO = []; for($j=...
asked by 27.09.2018 / 03:17
1
answer

Arrangements of objects as compare [duplicate]

I would like to know how I can make my method print, print the object. and I run it in the bubble method, I also add my test code. Because what I print is    ordenamientos.Persona@15db9742 - ordenamientos.Persona@6d06d69c - ordenamientos.Pe...
asked by 15.09.2018 / 06:26
1
answer

how can I declare an equation in a for so that all the values in my array do it

I would like to know how I can make a function, take all the values of my array. and save them in a new variable. I attach my code, I hope it works import matplotlib.pyplot as plt l = [36.83, 31.75, 43.815, 36.83, 32.06, 45.08, 35.88] p =...
asked by 06.09.2018 / 05:26