<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>deloreanmc12</author_name>
  <author_url>https://blog.hatena.ne.jp/deloreanmc12/</author_url>
  <blog_title>3流プログラマのメモ書き</blog_title>
  <blog_url>https://3ryupg.hatenablog.com/</blog_url>
  <categories>
    <anon>VBScirpt,WSH,バッチ</anon>
  </categories>
  <description>VBScriptで下記のように書いてみました。 Dim str As String str= &quot;hogehoge&quot; MsgBox str すると、｢ステートメントの末尾が不正です。800A0401｣というエラーが。。。 下記のようにすると、うまく走りました。 Dim str str= &quot;hogehoge&quot; MsgBox str どうやら、VBScriptでは型宣言ができないようです。 型の概念はあるのに宣言できないとは変な話です。。。 VBScriptやVB6は宣言と同時の初期化もできず不便ですね。 特にInputBoxで数字を入力させる場合、文字列として入ってくるので手動でキャストしてやる必…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F3ryupg.hatenablog.com%2Fentry%2F2011%2F07%2F10%2F231800&quot; title=&quot;VBScriptは型宣言ができない！？ - 3流プログラマのメモ書き&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>2011-07-10 23:18:00</published>
  <title>VBScriptは型宣言ができない！？</title>
  <type>rich</type>
  <url>https://3ryupg.hatenablog.com/entry/2011/07/10/231800</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
