Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
due to the complete misuse of the string top level object it has been removed--spamming mq2 window
TLO(dataString)
{
WriteChatf("Due to complete misuse of the String Top-Level Object, it has been removed.");
return false;
/*
if (!ISINDEX())
return false;
strcpy(DataTypeTemp,szIndex);
Ret.Ptr=&DataTypeTemp[0];
Ret.Type=pStringType;
return true;
/**/
}
TLO(dataString)
{
if (!ISINDEX())
return false;
strcpy(DataTypeTemp,szIndex);
Ret.Ptr=&DataTypeTemp[0];
Ret.Type=pStringType;
return true;
}
maddog said:due to the complete misuse of the string top level object it has been removed--spamming mq2 window