Questions tagged as 'variables'

0
answers

How can a PROGRESS BAR of seconds in ionic 3 and angular 5 be done?

The main problem is that it does not show me the dynamically progressPercent variable of the online-game.ts. Hello my problem is that it does not show me the variable in the html as it decreases as I have a setInterval of 60 seconds ... so ev...
asked by 18.03.2018 / 20:25
0
answers

Variable changes to unexpected value

I have a problem with a variable that is called contador . I declared it with a value of 0 but when running the program the variable contador has the value of 8. This is the only part of the code that uses the variable: public...
asked by 27.02.2018 / 19:45
2
answers

Variables with Kotlin

I'm trying to complete a url by means of variables but when I pass it and add it to the url I want to connect to, it gives me an error override fun onCreate var mparam = intent.getStringExtra("param") object Detalles { const val C...
asked by 29.12.2017 / 10:17
1
answer

Possible values for each set of Python variables

Use Python 2.7 I have 5 variables: Fillrate, eCPM, Revenue, Impresiones y Oportunidades . Each one can take the values: ALERTA, Down, Estable, Up, Incremento I need to know what options there may be for each set of variables. I...
asked by 04.01.2018 / 23:02
1
answer

Use the same variable in two PHP functions

<?php require_once 'config.php'; // INICIA FUNCION 1 function saveInvoice( array $data){ if( !empty( $data ) ){ global $con; $count = 0; if( isset($data['data'] )){ foreach ($data['data'] as $value) {...
asked by 26.07.2017 / 00:25
2
answers

Problem Typescript Error Type 'Object' is not assignable to type 'string'

I am trying to send an information with ajax that is the following import { Component } from '@angular/core'; import { NavController } from 'ionic-angular'; import { Proveedor1Provider } from '../../providers/proveedor1/proveedor1'; import { A...
asked by 26.07.2018 / 09:25
1
answer

Help with counting and comparing a variable in FOR in C

I hope you can help me with this statement that I got from homework, I can not find the way to do the point to, and with the rest: -As a result of an experiment, a laboratory obtained 18 values of temperature, all other than zero. A program m...
asked by 25.04.2017 / 22:30
0
answers

Pass a variable already stored, to another page in the same website in asp.net

I have a variable that I receive from a login.aspx page, on the login page I consult a webservice that returns a token, said token sent it to a masterpage, where it is validated, if it is valid, loads the master page if not redirecciona to the l...
asked by 03.03.2017 / 01:00
1
answer

Select table in PHP by variable

I have my web connected to a database, and I select a table by putting it as it is called, but now I have divided by sections, and capable, what I want to show is in another table, and I want to change it directly from a variable: I give the exa...
asked by 12.12.2018 / 00:05
2
answers

Insert 'N' times of PHP AJAX MYSQL records

I was looking for a way to generate a list with information depending on 2 variables, I found an example ( Link ) and I found it interesting. The problem is that when inserting the selected data it inserts them into the Base de Datos as a...
asked by 24.07.2018 / 23:52