Post Reply 
The why is there a syntax error thread
02-19-2014, 06:12 AM
Post: #3
RE: The why is there a syntax error thread
what's wrong with this?


export int2(xmin,xmax,ymin,ymax,yreal)
BEGIN
local xmin,xmax,ymin,ymax,xreal,yreal;
xreal:=xmin+((yreal-ymin)/(ymax-ymin));
print(xreal);
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: The why is there a syntax error thread - DeucesAx - 02-19-2014 06:12 AM



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