ispacked
warning
This function starts with lowercase letter.
คำอธิบาย
Checks if the given string is packed.
Name | Description |
---|---|
string | The string to check. |
ส่งคืน
1 if the string is packed, 0 if it's unpacked.
ตัวอย่าง
// Create a packed string
new string[24 char];
if (ispacked(string))
{
print("The string is packed.");
}