#12001/11/30 17:24:19
在8.0和8.5里都有这一个例子
Example
This statement identifies the last word of the string "Macromedia, the multimedia company" and displays the result in the Message window:
put the last char of "Macromedia, the multimedia company" "
The result is the word company.
但是我在Message窗口运行不对,另外我也觉得这个例子有问题,那么怎样能得到company呢?