First is it possible?
second, i tried this
but it doesnt work, any suggestion?Simba Code:Function FUrnAmount:boolean;
var
x,y,FiredUrn:integer;
begin
FiredUrn := DTMFromString('mQwAAAHicY2ZgYHBiYmDwBWJzIJZkZGAQB2IxILY102RIDdRl2D4liEEOqI4fihmRMBAAAKnMBHQ=');
if FindDtm(FiredUrn,x,y,MIX1,MIY1,MIX2,MIY2) then
begin
if FiredUrn = 14 then
result:=true;
if FiredUrn < 14 then
Result:=false;
end;
FreeDtm(FiredUrn);
end;


Reply With Quote






