bigloo.foreign.STRING_SET C# (CSharp) Method

STRING_SET() public static method

public static STRING_SET ( byte s, int i, int cn ) : Object
s byte
i int
cn int
return Object
        public static Object STRING_SET( byte[] s, int i, int cn )
        {
            s[i]= (byte)cn;
            return unspecified._unspecified;
        }
foreign