Hi there,
this is what i need to do but i am not sure on how to do it.
as part of the data i have returned from a web service i have an address that i have displayed on a series of labels(created dynamically) What I would like to do is across that line of address put the type of address and a match level like this:
ADDRESS TYPE MATCHLEVEL
12HANOVA ROAD VA12 1FG SHORT 1
Does anyone know any better way of doing it: I have used
(& " ") but it looks untidy...Do I need a table...how would I create that dynamically....all suggestions appreciated.
this is what i need to do but i am not sure on how to do it.
as part of the data i have returned from a web service i have an address that i have displayed on a series of labels(created dynamically) What I would like to do is across that line of address put the type of address and a match level like this:
ADDRESS TYPE MATCHLEVEL
12HANOVA ROAD VA12 1FG SHORT 1
Does anyone know any better way of doing it: I have used
(& " ") but it looks untidy...Do I need a table...how would I create that dynamically....all suggestions appreciated.