Dear  List  members,

Sanna seems to have  received  many kind replies and she must be happy now.

>  I have streetnames in one column and streetnumbers in another, is it 
> possible to join them and have as a result one column containing the 
> two of them? I'm using MI and MB 5.0.
> Thanks
> Sanna

But people who are not familiar with Mapbasic windows cannot figure it out.
I was told the way like below, "menu" and "mouse click" method, when I 
encountered problems a couple of years ago.


Please try following procedure,

Table > Maintenance > Table Structure > Add new field  (  new_column As 
character(32) )

Table > Update Column

     Table to update :       YOURTABLE
    Coulumn to update:    new_column
    Get  Value from:         YOURTABLE
    Value:                          Str$(streetnumbers) + "  " + 
streetnames

Regards,
              Hiko
Kazuhiko Yamashita
Fukuoka, Japan





---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to