dbTalk Databases Forums  

calculator in Pick Basic

comp.databases.pick comp.databases.pick


Discuss calculator in Pick Basic in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cleber
 
Posts: n/a

Default calculator in Pick Basic - 01-20-2007 , 10:35 AM






Where to obtain a program free of calculator in Pick Basic?

Obrigado,
Cleber


Reply With Quote
  #2  
Old   
Excalibur
 
Posts: n/a

Default Re: calculator in Pick Basic - 01-20-2007 , 04:12 PM






MULD DIVD
How clever do you want it to be? Everyone using a PC has a proper one built
into Windows and I am sure even Linux would have that much desktop
functionality :-)
Peter McMurray
"Cleber" <cleber (AT) multi-sc (DOT) com.br> wrote

Quote:
Where to obtain a program free of calculator in Pick Basic?

Obrigado,
Cleber




Reply With Quote
  #3  
Old   
Tom Phillips
 
Posts: n/a

Default Re: calculator in Pick Basic - 01-20-2007 , 06:11 PM



Try mine:
http://www.tom-phillips.info/qcalc.txt
Tom

"Cleber" <cleber (AT) multi-sc (DOT) com.br> wrote

Quote:
Where to obtain a program free of calculator in Pick Basic?

Obrigado,
Cleber




Reply With Quote
  #4  
Old   
LS
 
Posts: n/a

Default Re: calculator in Pick Basic - 01-21-2007 , 01:11 AM




Cleber,

Try "Calculator" at www.pata-group.com

Lucian


Reply With Quote
  #5  
Old   
Tony Gravagno
 
Posts: n/a

Default Re: calculator in Pick Basic - 01-21-2007 , 03:30 AM



"Cleber" wrote:
Quote:
Where to obtain a program free of calculator in Pick Basic?
I'm not sure if this is what you mean but try this:
TCLREAD CMD
CMD = OCONV(CMD,'G1 999') ; * eliminate the verb, assume cataloged
OPEN 'WORK' TO F.WORK ELSE STOP ; * this is my BP file
PROG = "CRT ":CMD
WRITE PROG ON F.WORK,'CALC.':@PORT
EXECUTE "COMPILE WORK CALC.":@PORT CAPTURING OUT RETURNING ERR
IF ERR # 241 THEN
CRT "Invalid calculation"
STOP
END
EXECUTE "RUN WORK CALC.":@PORT
DELETE F.WORK,'CALC.':@PORT


Compile-catalog that as CALC. For D3, use (OF) options for Flash
compilation with floating point accuracy. Then you can do this:
calc (2^(34/2))*(8-(34/3))
If you want functions, accumulators, or other enhancements they will
need to be coded.

HTH
T


Reply With Quote
  #6  
Old   
Cleber
 
Posts: n/a

Default Re: calculator in Pick Basic - 01-21-2007 , 07:01 AM



Excalibur escreveu:

Quote:
MULD DIVD
How clever do you want it to be? Everyone using a PC has a proper one built
into Windows and I am sure even Linux would have that much desktop
functionality :-)
Peter McMurray
"Cleber" <cleber (AT) multi-sc (DOT) com.br> wrote in message
news:1169310944.408299.241360 (AT) l53g2000cwa (DOT) googlegroups.com...
Where to obtain a program free of calculator in Pick Basic?

Obrigado,
Cleber

Dumb Terminal.

In PC the access is faster inside of the application Pick.

Cleber



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.