View Single Post
Old 16 March 2015, 19:29   #27
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
AMOS converts

Code:
MAXX=Deek(T)
into

Code:
MaxX=Deek(T)
as the variable name clashes with the Max function. The easiest way to fix this is to add an underscore to all occurences of MAXX, for example

Code:
_MAXX=Deek(T)
Lonewolf10 is offline  
 
Page generated in 0.04368 seconds with 11 queries