view test/octave.test/io/sprintf-1.m @ 3645:71b4ccd27162

[project @ 2000-03-24 20:01:33 by jwe]
author jwe
date Fri, 24 Mar 2000 20:01:34 +0000
parents 73a51c5250ec
children c5d9aaeb306a
line wrap: on
line source

[s, msg, status] = sprintf ("%s: %d\n", "test", 1);

s == "test: 1\n" && isstr (msg) && status == 8