I am converting some code from C into delphi pascal and have come to a brick wall. As my understanding of C is quite limited i am unsure of what '%*.*ld' is doing or how to do the same thing in Dephi. The full line is a bit long to put in here, but this is a similar one i am having trouble with:
MGRS_String := sprintf(MGRS+MGRS_String,'%2.2ld',Zone)
where zone is an integer. Any help would be appreciated
-J