Index: trunk/abdev/BasicCompiler_Common/src/Procedure.cpp
===================================================================
--- trunk/abdev/BasicCompiler_Common/src/Procedure.cpp	(revision 310)
+++ trunk/abdev/BasicCompiler_Common/src/Procedure.cpp	(revision 311)
@@ -142,4 +142,9 @@
 
 			NumOpe_GetType( initValue, GetStringTypeInfo(), type );
+			
+			if( IS_LITERAL(type.GetIndex()) )
+			{
+				type.SetIndex( -1 );
+			}
 		}
 		else if(sourceOfParams[i]==1&&sourceOfParams[i+1]==ESC_AS){
