diff --git a/global-functions.rsc b/global-functions.rsc index 45bb24d3..310ff99f 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -726,6 +726,8 @@ } :do { + # Do *NOT* try :deserialize here to split lines. It can fail with + # scripts, and it *does* fail with global-functions! :local Line [ :pick $Input 0 [ :find $Input "\n" ] ]; :if ([ :typeof [ :find $Line $Pattern ] ] = "num") do={ :return $Line;