S
Steve
Hi
I have a text box on a form called 'disAddress' with 'Enter Key Behavior'
set to 'New Line in Field'
I have 9 variables D(0) to D(8) that contains lines of addresses
for exmple D(0) could equal "123 Freet Street" D(1) could equal "Near
Dartford" and D(3) could equal "" and D(4) could equal "Australia" etc.
I am tryng to display the address in a text box with no blank lines taking
the information from the variables.
D(0) = "25 Albert Road"
D (1) = ""
D(2) ="Wilmington"
I dont want it to show
25 Albert Road
Wilmington
I want it to show
25 Albert Road
Wilmington
So I need somehow to create a routine that strips blank lines or ignors the
variables with blank lines and is able to fill the text box with the
information from the variables.
Any help most apreciated
Steve - From a land down under or ontop if you are in outa space
I have a text box on a form called 'disAddress' with 'Enter Key Behavior'
set to 'New Line in Field'
I have 9 variables D(0) to D(8) that contains lines of addresses
for exmple D(0) could equal "123 Freet Street" D(1) could equal "Near
Dartford" and D(3) could equal "" and D(4) could equal "Australia" etc.
I am tryng to display the address in a text box with no blank lines taking
the information from the variables.
D(0) = "25 Albert Road"
D (1) = ""
D(2) ="Wilmington"
I dont want it to show
25 Albert Road
Wilmington
I want it to show
25 Albert Road
Wilmington
So I need somehow to create a routine that strips blank lines or ignors the
variables with blank lines and is able to fill the text box with the
information from the variables.
Any help most apreciated
Steve - From a land down under or ontop if you are in outa space