Post Reply 
search in a spreadsheet?
03-07-2017, 01:22 AM
Post: #4
RE: search in a spreadsheet?
An alternative

Code:
EXPORT Navigation()
BEGIN
 LOCAL Rw,VRw,Cx={0,50,130,190,260};
 STARTAPP("Flugplatz");
 WHILE INPUT({{Rw,a:a}}) DO
  LOCAL RwF=STRING(Rw,1); //Format
  VRw:=EXPR(RwF+":"+RwF);
  RECT;
  ITERATE(X+1+0*TEXTOUT_P(Cell(Rw,X),Cx(X),20),X,1,5);
  WAIT(-1)
 END
END;

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
search in a spreadsheet? - Onieh - 03-06-2017, 12:23 PM
RE: search in a spreadsheet? - Carlos295pz - 03-06-2017, 02:32 PM
RE: search in a spreadsheet? - Onieh - 03-06-2017, 03:27 PM
RE: search in a spreadsheet? - Carlos295pz - 03-07-2017 01:22 AM



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