[GEE引擎]从指定文件中删除字符串
从指定文件中删除字符串功能:
从指定文件中删除字符串和从指定文件中增加字符串。
格式:
AddTextList 文件位置 字符串
DelTextList 文件位置 字符串
;==========================================
;增加字符串
[@Test老格式]
#IF
#ACT
AddTextList ..\QuestDiary\TestList.txt 您的名字
[@Test新格式]
#IF
#ACT
AddTextList ..\QuestDiary\TestList.txt 您的名字 您的性别
;==========================================
;==========================================
;删除字符串
[@Test老格式]
#IF
#ACT
DelTextList ..\QuestDiary\TestList.txt 您的名字
[@Test1新格式]
#IF
#ACT
DelTextList ..\QuestDiary\TestList.txt 您的名字 您的性别
;==========================================
新格式 老格式都可以使用
页:
[1]