#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 14 Jan 2017 20:06:14 +0100
changeset 21254 f73dd4933007
parent 21253 20f8058333cd
child 21255 81aa6fa65292
#DOCUMENTATION by cg class: UserMessage comment/format in: #bindWithArguments:
UserMessage.st
--- 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