﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
576	BDBOpen can not be used without a Structure Name of field register	César Pérez Álvarez	Víctor de Buen Remiro	"Hi, 
when i try to use BDBOpen with a plain text file without a stucture like this


test.txt
----------------------------------

Campo 1;Campo 1;Campo 1;Campo 1
2;4;;t
2;e;r;
3;;f;e

Campo3;Campo3;Campo3;

----------------------------------

Tol makes this error

ERROR: [1] [Stack Manager FATAL]
Cannot push unnamed structures.

when I can read  file with this

Text pathCSV = ""test.txt"";
Set dataCSV = BDBOpen(pathCSV, 0, "";"", """", """");
Real regNum = dataCSV->RegNumber;
Set tabla = For(1, regNum, Set(Real k){ BDBReg(dataCSV, regNum) });


The description of the function says that if we do not want to use a Struct we can pass the """" string."	defect	closed	normal		SetAlgebra	1.1.6	major	fixed		
