hi im able to generate records of this kind:
{
'bleh' => {
'ISHpix' => [],
'gelpix' => [],
'base' => [
''
],
'norm' => [
''
],
'drug' => [
''
],
'organism' => [
''
],
'name' => [
''
],
'cell' => [
''
],
'date' => [
''
],
'tissue' => [
''
],
'quant' => [
''
],
'ISH' => [
''
],
'bg' => [
''
],
'gel' => [
''
],
'primer' => [
''
],
'mt' => [
'bleh'
],
'band' => [
''
]
}
}
now, this is very well.
how do i print a specific record?
i would like to be able to check if a record already exist so i dont overwrite it.
:o)
martin
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
