WideStudio Logo
WideStudio
Programming Guide
WideStudio Index
Table of contents


How to access to the arrayed instance.

It is possible to access to an arrayed instance as followings.

use mpfc;

sub event_procedure {
  my ($object) = @_;
  mpfc::WSCbase_setProperty($labelarray[0],"labelString","Label No. 0");
  mpfc::WSCbase_setProperty($labelarray[1],"labelString","Label No. 1");
  #...
  return;
}
1;

See Chapter 4.[How to define the instances as an array] of [Wide Studio Builder User's Guide] to create an arrayed instance.

Document Release 3.20 for WideStudio ver 3.20, Oct 2002


WideStudio documents index | Table of contents

Copyright(C) T. Hirabayashi, 2000-2002 Last modified: Oct 27, 2002