NoteSet
- sets text of the note

Miscellaneous functions
(AmiBroker 4.60)


SYNTAX NoteSet( ''Symbol'', ''Text..'' );
RETURNS NUMBER
FUNCTION Sets text of the note linked to "symbol".
If symbol is "" (empty string) then current symbol is used.

If you overwrite note from AFL level that is opened at the same time in Notepad editor the editor will ask you (when you switch the focus to it) if it should reload new text or allow to save your manually entered text.

Returns True (1) on success, 0 on failure.

EXAMPLE NoteSet("AMD", "Jun 15, 2004: AMD will deliver its first multi-core processors next year");
SEE ALSO NoteGet() function

References:

The NoteSet function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.