// Stores the current opened module in m
Module m = current;
// Auf EDIT umschalten
if(!isEdit(m))
{
m= edit(fullName(m),true);
}
// Stores the current opened module in m
Module m = current;
// Auf EDIT umschalten
if(!isEdit(m))
{
m= edit(fullName(m),true);
}