UserMessage.st
changeset 21254 f73dd4933007
parent 18683 4ee8e684946d
child 21273 747662c2633e
child 21286 4be14939730c
--- a/UserMessage.st	Fri Jan 13 14:22:48 2017 +0100
+++ b/UserMessage.st	Sat Jan 14 20:06:14 2017 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: Smalltalk }"
@@ -165,6 +163,8 @@
     "return a copy of the receiver, where a '%i' escape
      is replaced by the coresponding string from the argument array.
      'i' may be between 1 and 9 (i.e. a maximum of 9 placeholders is allowed).
+     To get an integer-indexed placeHolder followed by another digit,
+     or an index > 9, you must use %(digit).
      This has been added for VisualAge compatibility."
 
     ^ self expandPlaceholdersWith:anArrayOfStrings