Opened 16 years ago
Last modified 16 years ago
#760 closed defect
Problemas con SetToNameBlock — at Initial Version
Reported by: | Liván Ramírez Dorta | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Kernel | Version: | 2.0.1 |
Severity: | blocker | Keywords: | |
Cc: |
Description
Al ejecutar lo siguiente:
NameBlock Fun(Set s){
NameBlock k = SetToNameBlock(s)
};
NameBlock KK = [[
NameBlock Eco = Fun({Text cod = "Eco"?});
NameBlock Cli = Fun({Text cod = "Cli"?});
NameBlock kk = Fun({Text cod = "kk"?})
]];
obtenemos el siguiente error:
ERROR: [1] Variable 'cod' ya definida como "k::cod "
Note: See
TracTickets for help on using
tickets.