Thanks. This is giving me the error "Message not understood: asLowercase" Even though there is no asLowercase attribute in the code!
|t1 path format lib content| path_ 'C:\Users\Username\blocks\'. format_'.blk'. lib_'http://dl.dropbox.com/u/6273449/'. t1_'1'. [self readLine: '2' FromUrl: lib, t1, '.txt' = '<html>']whileFalse:[ content_self readFromUrl: lib, t1, '.txt'. self clearFile: path, t1, format. self writeText: content toFile: path, t1, format. t1_ t1 + '1'. ]
Last edited by sparks (2011-06-23 17:01:33)
Offline
It may be calling a method which as 'asLowercase' in it and it is causing an error.
Offline
sparks wrote:
Thanks. This is giving me the error "Message not understood: asLowercase" Even though there is no asLowercase attribute in the code!
Code:
|t1 path format lib content| path_ 'C:\Users\Username\blocks\'. format_'.blk'. lib_'http://dl.dropbox.com/u/6273449/'. t1_'1'. [self readLine: '2' FromUrl: lib, t1, '.txt' = '<html>']whileFalse:[ content_self readFromUrl: lib, t1, '.txt'. self clearFile: path, t1, format. self writeText: content toFile: path, t1, format. t1_ t1 + '1'. ]
Sparks, debug it and look where asLowercase is, hats what I do.
Click debug and look in the methods it has on the debug list for asLowercase.
Offline
sparks wrote:
Thanks. This is giving me the error "Message not understood: asLowercase" Even though there is no asLowercase attribute in the code!
Code:
|t1 path format lib content| path_ 'C:\Users\Username\blocks\'. format_'.blk'. lib_'http://dl.dropbox.com/u/6273449/'. t1_'1'. [self readLine: '2' FromUrl: lib, t1, '.txt' = '<html>']whileFalse:[ content_self readFromUrl: lib, t1, '.txt'. self clearFile: path, t1, format. self writeText: content toFile: path, t1, format. t1_ t1 + '1'. ]
I have the same problem with my bounce block, but it says "NOT MIN" and all that other *
Offline