Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

MFString concatenation issue #1

Open
OlivierJean opened this issue Feb 2, 2011 · 0 comments
Open

MFString concatenation issue #1

OlivierJean opened this issue Feb 2, 2011 · 0 comments
Labels

Comments

@OlivierJean
Copy link

The following code raises an exception :

file : main.wrl :

DEF SCRIPT Script {
  field MFString myString []

  url "javascript:
    function initialize() {
      var i=0;
      myString[i]='test';
      myString[i]+=' widget';
    }
  "
}

Result :
BUILD FAILED
C:[...]\MemoSDK\tools\ant\common.xml:143: 4 [main] compiler 3068 _cygtls::handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
572 [main] compiler 3068 open_stackdumpfile: Dumping stack trace to compiler.exe.stackdump

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant