void=dbBlobBMP2Member(fieldName: string, castNum: integer, memberNum: integer)
The function saves an item from the database to cast member. The item must be defined in the database as "object OLE" and its format must be BMP. The function only works in Director.

Parameters
The function has 3 parametres. The first, FieldName whose type is string and to which we insert name of the "object OLE" item defined in the database. Cast Num is of integer type and we insert here number of the cast we are going to work with. For example cast internal has number 1 etc. MemberNum is number of the cast member to which we want to save contents of the database. If such a cast member does not exist, it is created: If it does, it is rewritten.

Example - Director
global mdb
mdb.dbBlobBMP2Member("field_img",1,2)