東雲キャナルコートのタワーマンション。
有楽町線?りんかい線利用で銀座?お台場へアクセス至便。
公式
http://www.shinonome-tower.com/
前スレ
Part01 http://www.e //通貨
-mansion.co.jp/cgi-local/mibbs.cgi?mode=point&fol=shintikutyuuko&tn=2958
Part02 http://www.e-mansion.co.jp/cgi-local/mibbs.cgi?mode=point&fol=23ku&tn=0231
Part03 http://www.e-mansion.co.jp/cgi-local/mibbs.cgi?mode=point&fol=23ku&tn=0283
Part04 http://www.e-mansion.co.jp/cgi-local/mibbs.cgi?mode=point&fol=23ku&tn=0407
Part05 http://www.e-mansion.co.jp/cgi-local/mibbs.cgi?mode=point&fol=23ku&tn=0504
2009年7月17日金曜日
2009年7月12日日曜日
GetStrValue
n1:integer; //google
begin
strName:=strName+'=';
n1:=pos(strName,strText);
if n1=0 then
begin
result:='not exist!';
exit;
end;
strRight:=copy(strText,n1+Length(strName),Max_Path);
n1:=pos(';',strRight);
if n1>0 then
Result:=copy(strRight,1,n1-1)
else
Result:=strRight;
end;
begin
strName:=strName+'=';
n1:=pos(strName,strText);
if n1=0 then
begin
result:='not exist!';
exit;
end;
strRight:=copy(strText,n1+Length(strName),Max_Path);
n1:=pos(';',strRight);
if n1>0 then
Result:=copy(strRight,1,n1-1)
else
Result:=strRight;
end;
登録:
投稿 (Atom)