Why doesn't my SetLength work?

Shilon

I tried to use SetLength to make my array shorter and it shows me incompatible types. Here's my coding:

    var
      A : Array[1..max] of string;
      K : Word;
...
    SetLength(A,K);

Is it because this array is not a dynamic array or something? If that's the problem, how do i fix it?

Xor-el

You can only use SetLength for dynamic arrays (and strings). Your declared array is a static array instead. It has a fixed length at compile-time that cannot be changed at run-time.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Why my xpath doesn't work

分類Dev

Iptables: why my redirection doesn't work?

分類Dev

Why doesn't my SUMIF formula work?

分類Dev

Why doesn't my InStr Work?

分類Dev

Why does my first snippit work, but my second doesn't?

分類Dev

Why doesn't auto complete work in my shell?

分類Dev

My spawning system doesn't work and I dont know why

分類Dev

Why doesn't my implementation of linked list work?

分類Dev

Why my args[1] doesn't work in this case in discord

分類Dev

Why my router navigate function doesn't work in angular 8?

分類Dev

why does my window doesn't work for on_draw?

分類Dev

Why my simple filter in Jersey doesn't work?

分類Dev

Why doesn't anything in my if-else work?

分類Dev

Why doesn't my ~/.bash_profile work?

分類Dev

Why my data-binding doesn't work?

分類Dev

Why my trash icon doesn't work in 12.04 LTS?

分類Dev

Why doesn't my HTML structure work with the CSS Grid layout?

分類Dev

Why doesn't my jQuery Mobile code work?

分類Dev

My ShaderProgram doesn't work

分類Dev

Why isEOF doesn't work?

分類Dev

Why json doesn´t work?

分類Dev

My second endpoint doesn't work for node-js API, why?

分類Dev

Why my Vigenere encryption function for small letters doesn't work correctly?

分類Dev

Why doesn't zurb foundation off-canvas work in my project?

分類Dev

Why doesn't my program work with float variables, but it does with int variables?

分類Dev

Add Function of my MutableList doesn't work

分類Dev

Redirection rule doesn't work in my .htaccess

分類Dev

My Python TeleBot Calculator doesn't work

分類Dev

my program doesn't work on an special system

Related 関連記事

ホットタグ

アーカイブ