Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2026 |
end; |
end; |
| 2027 |
|
|
| 2028 |
cResPopup := FResPopupBrowser.CreateNewBrowser; |
cResPopup := FResPopupBrowser.CreateNewBrowser; |
| 2029 |
tmp2 := ZenToHan(e.Get_outerText); |
tmp2 := Trim(ZenToHan(e.Get_outerText)); |
| 2030 |
if (GikoSys.IsNumeric(tmp2)) then begin |
if (GikoSys.IsNumeric(tmp2)) then begin |
| 2031 |
//sはレス番号っぽいっす。 |
//sはレス番号っぽいっす。 |
| 2032 |
wkIntSt := StrToInt64(tmp2); |
wkIntSt := StrToInt64(tmp2); |
|
|
Legend:
| Removed from v.1.661 |
|
| changed lines |
| |
Added in v.1.661.2.1 |
|
|
|