Post Reply 
how to know if prog was started from home or cas ?
03-05-2018, 12:58 AM (This post was last modified: 03-05-2018 01:05 AM by Carlos295pz.)
Post: #4
RE: how to know if prog was started from home or cas ?
(03-05-2018 12:22 AM)Han Wrote:  One possible idea is to capture the top left corner of the screen at the start of the program and see if the "CAS" pixels are showing.

Indisputably xD
Code:
KEY K_9()
BEGIN
  IF GETPIX_P(17,10)=GETPIX_P(17,16) THEN
    ""+CAS.Ans
  ELSE
    ""+Ans
  END
END;

I still wait for my STARTVIEW with address to Home and CAS separately.

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: how to know if prog was started from home or cas ? - Carlos295pz - 03-05-2018 12:58 AM



User(s) browsing this thread: 1 Guest(s)