sprintf
📝 Syntax
📥 Input argument
📄 Description
Value type
format
comment
💡 Examples
🔗 See also
🕔 History
Version
📄 Description
Last updated
Last updated
sprintf('an example of %s.', 'text')sprintf("an example of %s.", "text")sprintf('an value %g.', pi)sprintf('%d%%.', 95)