Problems with global media variables

When I get to the last line of the below sample I get this error message: [B

It did not do this in buld 311 but it is present in build 313.

var blob = application.readFile(tempFile);
globals.MediaVar1 = blob
var blob1 = globals.MediaVar1

John McCann

Servoy Developer
Version R2 2.1.1-build 313
Java version 1.4.2_06-b03 (Windows XP)

This problem is fixed in build 315.

John McCann