s = data2vrml (typeStr, value) - Convert 'value' to VRML code of type typeStr
TODO: Improve this function
If typeStr is "SFBool", then s is "TRUE" or "FALSE"
If typeStr is "MFString", then s is sprintf ("%s", value)
otherwise s is sprintf ("%f", value)
Package: vrml