slang-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] Data type


> i = 65;
> typecast (i, UChar_Type);
> fwrite (i, fp);

Are you capturing the result of the typecast() call?  If not, try:

	i = typecast(i, UChar_Type);

HTH,
Mike Noble

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]