on GetLCD num1, num2
theMin = float(min(num1, num2))
theMax = max(num1, num2)
i = 1
repeat while i < theMin
thisFactor = theMin/i
if thisFactor = integer(thisFactor) then
if theMax/thisFactor = integer(theMax/thisFactor) then
return integer(thisFactor)
end if
end if
i = i + 1
end repeat
return VOID
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA