How would I get the clients dimensions, and use them as x%, y%?
Here is an example of what I'd like to do:
I would realy apreciate if someone would show me a woring example of the above code or something similar.Simba Code:procedure Example;
begin
DTM := DTMFromString('DTMDTMDTMDTMDTM');
if(FindDTM(DTM, x,y, 0%,0%, 99%,45%))then //percent of the clients size
Writeln('DTM found')
else
Writeln('DTM not found');
end;
Thanks in advance![]()



Reply With Quote









