<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>goldreh</author_name>
  <author_url>https://blog.hatena.ne.jp/goldreh/</author_url>
  <blog_title>goldrehのブログ</blog_title>
  <blog_url>https://goldreh.hatenablog.com/</blog_url>
  <categories>
    <anon>VBS</anon>
    <anon>配列</anon>
  </categories>
  <description>宣言 Dim ary() 要素数は1以上の整数でのみ指定可能。変数などはエラーになる。 〇Dim ary(10) ×Dim ary(num) 動的配列 一度宣言した配列を宣言し直す. ReDim aryString(20) こうすると配列の要素は全て空になる. ReDim Preserve aryString(20) Preserveを付けると元の要素は保持される. 配列内検索 Filter(aryString, str, , ) ・aryString ⇒ 対象の配列 ・str ⇒ 検索文字 ・⇒ 検索文字を含むものが対象ならTrue, 含まないものが対象ならFlase. デフォはTrue ・…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgoldreh.hatenablog.com%2Fentry%2F2021%2F08%2F19%2F133010&quot; title=&quot;VBSの配列 - goldrehのブログ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-08-19 13:30:10</published>
  <title>VBSの配列</title>
  <type>rich</type>
  <url>https://goldreh.hatenablog.com/entry/2021/08/19/133010</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
