<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://dev.activebasic.com/dev_wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=208.85.181.34</id>
	<title>AB開発Wiki - 利用者の投稿記録 [ja]</title>
	<link rel="self" type="application/atom+xml" href="https://dev.activebasic.com/dev_wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=208.85.181.34"/>
	<link rel="alternate" type="text/html" href="https://dev.activebasic.com/dev_wiki/index.php/%E7%89%B9%E5%88%A5:%E6%8A%95%E7%A8%BF%E8%A8%98%E9%8C%B2/208.85.181.34"/>
	<updated>2026-04-15T18:22:16Z</updated>
	<subtitle>利用者の投稿記録</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://dev.activebasic.com/dev_wiki/index.php?title=String%E3%82%AF%E3%83%A9%E3%82%B9&amp;diff=2429</id>
		<title>Stringクラス</title>
		<link rel="alternate" type="text/html" href="https://dev.activebasic.com/dev_wiki/index.php?title=String%E3%82%AF%E3%83%A9%E3%82%B9&amp;diff=2429"/>
		<updated>2009-02-13T02:45:08Z</updated>

		<summary type="html">&lt;p&gt;208.85.181.34: /* クラスの機能 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;文字列を扱うクラスです。&lt;br /&gt;
&lt;br /&gt;
KxTEId  &amp;lt;a href=&amp;quot;http://hhjyxicduyuz.com/&amp;quot;&amp;gt;hhjyxicduyuz&amp;lt;/a&amp;gt;, [url=http://vmeexjwradvw.com/]vmeexjwradvw[/url], [link=http://dmoqpxllkvim.com/]dmoqpxllkvim[/link], http://nolmmovaomol.com/&lt;br /&gt;
&lt;br /&gt;
== 備考 ==&lt;br /&gt;
文字列の末尾には、従来のABの文字列やC/C++などと同様、常にヌル文字 (\0)が付きます。Length &amp;gt; 0のとき、StrPtr[Length]は0です。StrPtrを行って得たポインタからこの要素を読み取ることは可能です。なお、文字列中にヌル文字が含まれても構いません。&lt;br /&gt;
&lt;br /&gt;
=== StrChar型 ===&lt;br /&gt;
StringはStrChar型の配列として文字を保持します。StrChar型は場合によってマルチバイト文字 (日本語環境のWindowsではShift_JIS)かワイド文字 (UTF-16LE)のどちらかに切り替わります。&lt;br /&gt;
; UNICODEが定義されている（プロジェクトオプションで指定されている）場合&lt;br /&gt;
: 常にワイド文字になります。&lt;br /&gt;
; UNICODEが定義されておらず、__STRING_IS_NOT_ALWAYS_UNICODEも定義されていない場合&lt;br /&gt;
: ワイド文字になります。このとき__STRING_UNICODE_WINDOWS_ANSIが定義されます。&lt;br /&gt;
; UNICODEが定義されておらず__STRING_IS_NOT_ALWAYS_UNICODEが定義されている場合&lt;br /&gt;
: マルチバイト文字になります。このとき__STRING_IS_NOT_UNICODEが定義されます。&lt;br /&gt;
__STRING_UNICODE_WINDOWS_ANSIが定義されている状態では、Char/TCHARとStrCharは異なる大きさになることに注意してください。&lt;br /&gt;
&lt;br /&gt;
[[Category:System名前空間]]&lt;/div&gt;</summary>
		<author><name>208.85.181.34</name></author>
	</entry>
</feed>