<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>accs2014</author_name>
  <author_url>https://blog.hatena.ne.jp/accs2014/</author_url>
  <blog_title>もう一度学ぶMS-Access</blog_title>
  <blog_url>https://www.accessdbstudy.net/</blog_url>
  <categories>
    <anon>関数と演算子</anon>
  </categories>
  <description>VBAで使える関数です。 配列の各要素を結合した文字列を返します。各要素間の区切り文字を指定することができます。 使用例 例1 例2 例3 書式 備考 使用例例1コード Sub Func_Join() Dim season(3) As Variant season(0) = &quot;春&quot; season(1) = &quot;夏&quot; season(2) = &quot;秋&quot; season(3) = &quot;冬&quot; MsgBox Join(season, &quot;,&quot;) End Sub出力 第2引数により区切り文字を指定します。 第2引数を省略した場合、区切り文字は半角スペースとなります。 第2引数を空文字（&quot;&quot;）とすることで区切り文字な…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.accessdbstudy.net%2Fentry%2F20100903%2Fp1&quot; title=&quot;Join関数 - もう一度学ぶMS-Access&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/a/accs2014/20190126/20190126143420.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-09-03 00:00:00</published>
  <title>Join関数</title>
  <type>rich</type>
  <url>https://www.accessdbstudy.net/entry/20100903/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
