isConfigured
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
names = ["Biil" "John" "Yann"];
wheels = [1 2 3];
d = dictionary(wheels, names)
tf = isConfigured(d)
d2 = dictionary()
tf = isConfigured(d2)
🔗 See also
🕔 History
Version
📄 Description
Last updated