hello,
at the moment my my code pulls in some data from a SQL database, it works a treat but i am having trouble formatting it
at the moment it pulls in names from a address book for example and displays them
darren,dave,ian,simon
what i would like it to do is list them
darren
dave
ian
simon
any ideas?
formatting a field with SQL data.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: formatting a field with SQL data.
How about:
where myNames is the variable with the names.
Kind regards
Bernd
Code: Select all
replace comma with return in myNames
put myNames into field "theNames"
Kind regards
Bernd
-
- Posts: 81
- Joined: Mon Jan 09, 2012 4:48 pm
Re: formatting a field with SQL data.
is that it?
gosh i feel like such a idiot.... haha
gosh i feel like such a idiot.... haha