gdl icon indicating copy to clipboard operation
gdl copied to clipboard

string methods not working

Open darthoctopus opened this issue 6 years ago • 1 comments

Minimum working example:

a = 'a'
print, a.startswith('http:')

This works fine on IDL, but on GDL I get the following error:

% Expression must be a STRUCT in this context: F
% Execution halted at: $MAIN$ 

I am using 0.9.9 installed from the AUR.

darthoctopus avatar Sep 12 '19 12:09 darthoctopus

This is a newer feature of IDL which is not in GDL (and wont be there anytime soon).

maynardGK avatar Sep 13 '19 05:09 maynardGK