Need to convert FIF49 to Prime version
|
06-22-2018, 01:58 AM
(This post was last modified: 06-22-2018 01:59 AM by Mikebike.)
Post: #10
|
|||
|
|||
RE: Need to convert FIF49 to Prime version
I got the Connectivity kit and made a new program and posted in your code but I may have pasted it in there incorrectly. It gave me a syntax error. I think I pasted it in and left some commands that need to be taken out. The code I have is this...
1BEGIN 2sub1(); 3sub2(); 4 5 6EXPORT FTIN() 7BEGIN 8// 2018-06-21 EWS 9 10// initialization 11LOCAL fx,fy,fz,ch; 12LOCAL lx,ly,lz,Y,S; 13LOCAL aflag,str,dh; All the rest of the code and then At the End I have 221f:=IP(x); 222i:=IP(FP(x)*12); 223s:=ROUND(FP(FP(x)*12)*y,0); 224t:=QPI(s/y); 225RETURN {f,i,t}; 226END; 227 What dod I need to delete or change? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)