sprintf

Type: External

Group: char

Syntax

number = sprintf( formatString, arg0, arg1, arg2, ... )

Description

Convert strings into numbers

Notes

.

Examples

str2num("hello 12") returns [104, 101, 108, 108, 111, 32, 49, 50]

See Also

num2str