﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
145	Inposible to re-assing local variables.	Lander Ibarra Iriondo	danirus	"Show the next code lines. 

// Compile this code lines with TOL-Base y2004m05d28

Text Output = """";
Text (Output := ""f"");

Serie Sr = {
Text (Output := ""hola"");
Serie Output = CalInd(WD(6), Mensual)
};

All code lines work. No warning messages, no errors.

// Compile this code lines with TOL-Base Snap.

  Text Output = """";
  Text (Output := ""f"");
  // I show the warning
  Serie Sr = {
  Text (Output := ""hola"");
  Serie Output = CalInd(WD(6), Mensual)
  };
  // I can´t compile. I show this error message. ""ERROR: Sr could not be created"".

I think that I can´t reassing a local variable into
the encapsuled code, but the reassingnement of a 
global variable is possible. Why works into TOLBase (y2004m05d28)
and not into TolBase Snap???"	defect	closed	highest		Various	head	blocker	fixed		
