かけがえのない日々

なんややんや。にょろにょろ。

秀丸 正規表現

2008年01月24日 | エディタ
er VALUES (1000010066,'19720610','ser350211101120380;icc8981100010302222332F)','1216','あいう えおえお',72,6,1

とかの固体識別のみ置き換え
「大文字の区別」ON
「正規表現」ON

'ser...............;iccf....................f)'

'icc1'


外部ファイルの読み込み

2008年01月19日 | FLASH
アクションスクリプトは下記

==============================================
System.useCodepage = true;
var my_lv:LoadVars = new LoadVars();
my_lv.onLoad = function(success:Boolean) {
if (success) {
my_txt.text = my_lv.textContent;
} else {
trace("Error loading/parsing LoadVars.");
}
};
my_lv.load("news.txt");
==============================================


読み込み先ファイル
「news.txt」

textContent=kaneko

「textContent」は変数名