1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

FileMaker 変数の添え字に変数を使う

1
Last updated at Posted at 2021-01-13

FileMakerでスクリプトを書く場合、変数(配列)の添字に変数を使いたい。

を、

こうしたい場合、

と書くと、

「選択された名前は下記の理由にて使用できません」となる。

・・・(゚Д゚)ハァ?となる。

配列として処理したい変数の添字に変数を使いたい場合、繰り返しの部分に変数を入れると、、

結果としてこう出来る。

一回分かってしまえば簡単だけれど、FileMakerのスクリプト回りはクセが強すぎてシンドイ。

参考:
【FileMaker】変数の繰り返し数(配列)

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?