我在编写脚本时非常陌生,所以我希望我听起来不可思议:)。
我正在尝试找到编写此脚本的语言。 Аny帮助表示赞赏。
SetVar(Hlp, Get("Datachannel", "State"))
if (OR(StrCmp(GetVar(Hlp), "1"),StrCmp(GetVar(Hlp), "3")))
{
}
else
{
SetVar(DCType, Get("Datachannel", "Type"))
if (StrMCmp (GetVar(DCType), "*MET"))
{
if( Cmp( StrFind(GetVar(DCField), GetVar(IsInDCField)), "==", "-1") )
{
SetVar(RoutDcount, "0")
SetVar(C82Open, "0")
}
}
}
答案 0 :(得分:0)
这看起来像C,它不是脚本语言,而是正确的编译编程语言。功能名称STrMCmp
与谷歌知道的任何标准库都不匹配,因此很难说清楚。