Skip to content

DesignScript 'ToString' Method Not Found #17072

Description

@tinrobot2000

Dynamo Version

=> Dynamo v.4.0.1
Tested on 3.6 and current daily build (2026-04-22)

Host

Dynamo Core / Sandbox

Operating System

Windows 11

What did you do?

Testing the example scripts for the Dynamo MCP and Agent Nodes testing csvdata_to_panels.dyn
Function block has warning "Method 'ToString()' not found"
Code

def tostr(pt:Point)
{
return = ToString(pt.X) +"," + ToString(pt.Y) + "," + ToString(pt.Z);
};
Image

What did you expect to see?

No warning, string output when using function

What did you see instead?

nulls lots of nulls

What packages or external references (if any) were used?

Agent nodes, however the problem still exists in versions without the Agent nodes installed

Stack Trace

No response

Details

No response

Metadata

Metadata

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions