<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dai_optimistic</author_name>
  <author_url>https://blog.hatena.ne.jp/dai_optimistic/</author_url>
  <blog_title>AB開発日記</blog_title>
  <blog_url>https://dai-optimistic.hatenadiary.org/</blog_url>
  <categories>
    <anon>abdev</anon>
  </categories>
  <description>何度も話に出てきている通り、開発者向けにコッソリとリリースさせてもらっているAB5β4ではString型への添え字アクセスへの対応が微妙です（新String型への移行を全く行っていないAB5CP1では問題ないです）。例えば、 Dim s As String Dim c As Char s=&quot;test&quot; c=s[0]このような記述は可能なのですが、下記のコードは未だエラーとなってしまいます。 Dim s As String s=&quot;test&quot; s[0]=Asc(&quot;a&quot;) 本来であれば、文字列sの内容が &quot;aest&quot; に変化してほしいところ。AB5β4では、 s[0]=Asc(&quot;a&quot;) の表記を s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdai-optimistic.hatenadiary.org%2Fentry%2F20060904%2F1157334697&quot; title=&quot;[]演算子オーバーロードとインデクサの違いって何？ - AB開発日記&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>2006-09-04 10:51:37</published>
  <title>[]演算子オーバーロードとインデクサの違いって何？</title>
  <type>rich</type>
  <url>https://dai-optimistic.hatenadiary.org/entry/20060904/1157334697</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
