RE: procedure putStream()

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

> -----Original Message-----
> From: jordah ferguson [mailto:jorfergie03 at yahoo.com]

> hi all, i get this everytime my prog crashes i get this anyone know 
> why??
> jordah Ferguson
> 
> C:\aaa\win32lib.ew:5452 in procedure putStream() 
> type_check failure, streamin is 102'f' 
>     id = 5
>     flags = 1
>     streamin = 102'f'
>     uFormat = <no value>
>     EDITSTREAM = <no value>

It looks like you're passing an integer instead of a sequence for the text.
When I find this sort of error in my own code, it usually means I've gone
too deep when indexing a sequence: text[i][j] instead of text[i].

Matt Lewis

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

Search



Quick Links

User menu

Not signed in.

Misc Menu