Skip to main content

ispacked

warning

This function starts with lowercase letter.

คำอธิบาย

Checks if the given string is packed.

NameDescription
stringThe 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.");
}

ฟังก์ชั่นที่เกี่ยวข้องกัน