Str$(Type Variable) - Question

BlitzPlus Forums/BlitzPlus Programming/Str$(Type Variable) - Question

Mimi(Posted 2005) [#1]
I am refering to the official command reference for TYPES:
A cunning trick for debug purposes, or for saving data from types to a file, is to use the Str$ command. Print Str$() will print the values of each field of the type in turn, comma separated, within square brackets, e.g. [15,42,"Fluffy",500].
THIS DOES NOT WORK in my application. The return value is always [OBJECT]. Can somebody help? Thanx.


Floyd(Posted 2005) [#2]
This works with previous versions of Blitz, which is how it got in the command reference.

But it doesn't work in BlitzPlus. That's a shame because it was a neat little 'lazy programmer' time saver.


Grey Alien(Posted 2005) [#3]
bummer dude


NetGamer(Posted 2005) [#4]
Actually, I believe it works in the B+ demo (v1.11) but not in the full version after you apply all the updates.