傳回字串的第一個字元的位置。
是字元字串或文字運算式。
V
%let a=a very long value; %let b=%kindex(&a,v); %put V appears at position &b..;
V appears at position 3.