Skip to content

Return strings longer than 135108 characters #13

Closed
@eduard93

Description

@eduard93

Currently only string up to 135108 characters are returned.

write ##class(isc.py.Callout).SimpleString("from random import choice", "x")
write ##class(isc.py.Callout).SimpleString("from string import ascii_uppercase", "x")
write ##class(isc.py.Callout).SimpleString("x=''.join(choice(ascii_uppercase) for i in range(12))", "x")
for i=135100:1:1000000 { s x = ##class(isc.py.Callout).SimpleString("x=''.join(choice(ascii_uppercase) for i in range("_i_"))", "x")  w i,!} 

Anything longer throws exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions