-
Button 1 uses actions attributes and set the value of text field of Test tiddler to 100 Why button 1 does not work? Look at the header: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Because, in the first procedure call Calling So it does not know about the parameter 100 If you call it as follows, it works. |
Beta Was this translation helpful? Give feedback.
-
|
Check this out Optimized Hope that makes sense |
Beta Was this translation helpful? Give feedback.
-
|
Hi @kookma
The most concise explanation is that the "actions" attribute is being set to the value of a procedure. But procedures are not wikified in this situation, instead the plain text of the procedure is used as the attribute value. The parameters of the procedure will be ignored too. |
Beta Was this translation helpful? Give feedback.




Hi @kookma
The most concise explanation is that the "actions" attribute is being set to the value of a procedure. But procedures are not wikified in this situation, instead the plain text of the procedure is used as the attribute value. The parameters of the procedure will be ignored too.