View Single Post

  #2 (permalink)  
Old 04-19-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Hi,

FindAddressResults need 6 arguments, where some of them may be an empty string:

Code:
FindAddressResults(street, city, othercity, region, zip, country);
I see only 3 in your example.

BTW: What is the meaning of the extra parentesis '(1)' ?
Reply With Quote