[Oberon] Obtaining the title of a marked viewer.

peter at easthope.ca peter at easthope.ca
Sun Feb 26 22:37:26 CET 2017


From:	Andreas Pirklbauer
Date:	Sat, 18 Feb 2017 20:10:06 +0100
> The command Edit.Store shows ...

OK, thanks.  Following examples in Edit.

LinuxAos rev.6661 here.  TextFrames has CONST
	StandardMenu = "System.Close System.Copy System.Grow Edit.Search Edit.Store";
	
Nevertheless attempted compilation of the following Test 
gives "undeclared identifier (selector)".  Can anyone confirm 
or refute this?

Thanks,                     ... Lyall E.

MODULE Test IN Oberon;
IMPORT Out, TextFrames;
	
PROCEDURE RefStandardmenu*;
BEGIN
	Out.String("TextFrames.Standardmenu = "); Out.Ln; 
	Out.String("    "); Out.String(
		TextFrames.Standardmenu); Out.Ln
END RefStandardmenu;

BEGIN
END Test.

Test.RefStandardmenu




-- 

123456789 123456789 123456789 123456789 123456789 123456789 123456789
Tel: +1 360 639 0202                      Pender Is.: +1 250 629 3757
http://easthope.ca/Peter.html              Bcc: peter at easthope. ca



More information about the Oberon mailing list