【发布时间】:2021-10-25 15:15:05
【问题描述】:
我有以下 LOOP 语法:
VECTOR tb= tb1 TO tb16 / X(16).
EXECUTE.
loop #i = 1 to 5.
if (tb(#i) > 0) X(#i) = tb(#i).
end loop.
exe.
SPSS 告诉我:
>Error # 4023 in column 5. Text: tb
>An expression contains a string of characters followed by a left parenthesis,
>indicating that the string of characters is a function or vector name, but the
>characters do not match any existing function or vector. Check the spelling.
>Execution of this command stops.
请帮忙。
【问题讨论】:
标签: loops vector indexing spss