Re: what error is this?

new topic     » goto parent     » topic index » view thread      » older message » newer message

> Why would this line, which does no length comparisons:
> 
> puts(writefile,"num1= "&num_1&"\nnum2= "&num_2&"\n\noriginal = 
> "&sprintf("%d",num_1/num_2)&"\nstr math = "&junk&"\nTime= 
> "&sprintf("%d",endtime-starttime))

Prolly 'cuz you can't split strings across lines.

Will this work? I don't know:

puts(writefile,"num1= "&num_1&"\nnum2= "&num_2&"\n\noriginal = "
&sprintf("%d",num_1/num_2)&"\nstr math = "&junk&"\nTime= "
&sprintf("%d",endtime-starttime))

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu