Skip to content

Error CS7112: The type `String' does not contain a constructor that takes non-scalar arguments (CS7112) #107

@sushihangover

Description

@sushihangover

Error CS7112: The type `String' does not contain a constructor that takes non-scalar arguments (CS7112)

Example valid AS code:

var array:Array = new Array("1", "2", "3");
var i:int = 0;
var line:String = new String( array[i] );

Where found: AGALMiniAssembler.as

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions