decemberprashant
Technical User
Guys sorry I'm new and I'm no programmer! I have done visual basic in college but thats about it.
There is something i need to know
this is a part of the full coding
*-- PROCEDURE HEART.PRG
PROC HEART
@ 7,3 CLEA TO 21,78
@ 8,3 SAY "N A M E :"
@ 10,5 SAY "INITIALS :"
@ 10,34 SAY "SUR NAME :"
@ 12,3 SAY "A D D R E S S :"
@ 14,5 SAY "Line 1"
@ 15,5 SAY "Line 2"
@ 17,5 SAY "SCHEME"
@ 10,17 GET W_NAME PICT "@!"
@ 10,44 GET W_SUR PICT "@!"
@ 14,18 GET W_ADD1 PICT "@!"
@ 15,18 GET W_ADD2 PICT "@!"
@ 17,18 GET W_SCHEME PICT "@!" [highlight #73D216]this where it says w_scheme, it stays blank. I tried to change it to Maayaa Dreams but the alphabets "A and Y" are never shown! What it displays is "M Dre ms" it shows like this! please help [/highlight]
READ
RETU
*-- END PROCEDURE HEART.PRG
thanks in advance!
There is something i need to know
this is a part of the full coding
*-- PROCEDURE HEART.PRG
PROC HEART
@ 7,3 CLEA TO 21,78
@ 8,3 SAY "N A M E :"
@ 10,5 SAY "INITIALS :"
@ 10,34 SAY "SUR NAME :"
@ 12,3 SAY "A D D R E S S :"
@ 14,5 SAY "Line 1"
@ 15,5 SAY "Line 2"
@ 17,5 SAY "SCHEME"
@ 10,17 GET W_NAME PICT "@!"
@ 10,44 GET W_SUR PICT "@!"
@ 14,18 GET W_ADD1 PICT "@!"
@ 15,18 GET W_ADD2 PICT "@!"
@ 17,18 GET W_SCHEME PICT "@!" [highlight #73D216]this where it says w_scheme, it stays blank. I tried to change it to Maayaa Dreams but the alphabets "A and Y" are never shown! What it displays is "M Dre ms" it shows like this! please help [/highlight]
READ
RETU
*-- END PROCEDURE HEART.PRG
thanks in advance!