Aplicación de Estructuras Juego la Tinka Objeto EditMask: Name

Anuncio
Power Builder
Aplicación de Estructuras Juego la Tinka
Objeto EditMask:
Power Builder
//Nº ganadores
for i=1 to num
for j=1 to 6
n=rand(45)
Name:
Em_n
//para que no se repitan los numeros
for m=1 to 24 step 4
numerito=trim(mid(numeros,m,2))
Control StaticText:
Name:
St_gana
St_Jugadas
St_ganadores
if n=integer(numerito) then
n=rand(45)
end if
next
//--numeros +=string(n,"00") +" "
Control CommandButton:
Name:
Cb_visualizar
//comparar
for m= 1 to 24 step 4
numerito=trim(mid(jugadas,m,2))
if n=integer(numerito) then
n_aciertos +=1
Script Clicked Para Botón Generar
end if
string jugadas,numeros,jugadores,numerito,ganadores
integer n,i,j,num,m, N_aciertos
next
num=integer(em_n.text)
for i=1 to 6
n=rand(45)
jugadores += "jugador " +string(i) + " " +numeros + Char(13)
//para que no se repitan los numeros
for m=1 to 24 step 4
numerito=trim(mid(jugadas,m,2))
if n=integer(numerito) then
n=rand(45)
end if
next
//-----------------------------------------------Jugadas += string (n,"00") +" "
next
Lic. Vladimir Cotaquispe Gutiérrez.
next
1
if n_aciertos>0 then
ganadores +="Jugador " +string(i) +"
end if
numeros=""
n_aciertos=0
next
st_gana.text=jugadas
st_jugadas.text=jugadores
st_ganadores.text=ganadores
Lic. Vladimir Cotaquispe Gutiérrez.
2
" +string(n_aciertos) + char(13)
Descargar