GetValue

返回“值列表”中由“值序号”指定的所需值。

格式 

GetValue (值列表;值序号)

参数 

值列表 - 各值之间用回车符分隔的值列表

值序号 - 从列表中返回的值

返回的数据类型 

文本

原始版本 

8.0

说明 

有关值列表的描述,请参阅ValueCount 函数

GetValue 返回无后置回车符的指定值。

示例 1 

GetValue ( "London¶Paris¶Hong Kong" ; 2 ) 返回“Paris”。