<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>webry</author_name>
  <author_url>https://blog.hatena.ne.jp/webry/</author_url>
  <blog_title>実践するWEBサイト制作 | webnote</blog_title>
  <blog_url>https://webry.hatenadiary.org/</blog_url>
  <categories>
    <anon>基礎</anon>
    <anon>ActionScript</anon>
  </categories>
  <description>配列変数 番号を指定して数値や文字列などのデータをしまったり出したりする 変数名［要素番号］ 要素番号を「添字」と呼ぶ 要素番号は「0」から始まる ソースコード【 ActionScript 】 var a:Array = new Array(); a[0] = 10; a[1] = 12; a[2] = 7; trace(a[1]); 「a = new Array();」新しく変数配列をつくり、変数 a に代入する テストの平均点を求めるソースコード【 ActionScript 】 // 配列の作成 var kokugo:Array = new Array(); // 成績を代入 kokugo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwebry.hatenadiary.org%2Fentry%2F20130109%2Fp4&quot; title=&quot;配列 - 実践するWEBサイト制作 | webnote&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>2013-01-09 00:00:04</published>
  <title>配列</title>
  <type>rich</type>
  <url>https://webry.hatenadiary.org/entry/20130109/p4</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
