1. Sequence found inside character string

Hello I try to read a file and says the message above.

integer file = open("D:\\Development\\PATH\\glfw3.h", "r") 
sequence data = read_lines(file) 

Any ideas what's going on? Is that I need to escape the string somehow?

new topic     » topic index » view message » categorize

2. Re: Sequence found inside character string

consty said...

Hello I try to read a file and says the message above.

integer file = open("D:\\Development\\PATH\\glfw3.h", "r") 
sequence data = read_lines(file) 

Any ideas what's going on? Is that I need to escape the string somehow?

You didn't really show the exact error message here.

If you know what character string the message are talking about,

you could go:

puts(1,characterString[1]    &"\n") 

This would give you a clue as to what the problem is.

Again you should post the entire error message (as shown in ex.err) on this forum.

Hope this helps,

Don Cole

new topic     » goto parent     » topic index » view message » categorize

3. Re: Sequence found inside character string

Hi

This gets me quite a lot too.

Sequences can be lists of characters, or lists of sequences. This applies to these sequences too.

A character string is a sequence, comprising a list of characters. Characters are integers referring to the actual character - so 61 is '=', 65 is 'A' and do on. So a character string is just a list of numbers which some functions produce and read as strings.

Sp puts(1, {72, 69, 76, 76, 79 }) is the same as puts(1, "HELLO") and will print HELLO on the screen.

The error you get refers to a function or procedure expecting a string, and getting something like (but not exclusively) puts(1, {72, {45,67,34}, 35,67,89} )

As you can see there is a sequence inside the character string.

In this case ex.err is your freind - you will usually be able to find the offending sequence. Becomes a bit more interesting with multi level sequences though.

Chris

new topic     » goto parent     » topic index » view message » categorize

4. Re: Sequence found inside character string

consty said...

Hello I try to read a file and says the message above.

integer file = open("D:\\Development\\PATH\\glfw3.h", "r") 
sequence data = read_lines(file) 

Any ideas what's going on? Is that I need to escape the string somehow?

Since we are all guessing based on incomplete post by consty, this is my guess:

data = read_lines("my_file.txt") 
-- data contains the entire contents of ##my_file.txt##, 1 sequence per line: 
-- {"Line 1", "Line 2", "Line 3"} 

So i suspect the error is pointing to the line he doesn't give us, where he is not prepared for data being a nested sequence (the flat file having been parsed on {10,13}) caused by read_lines() calling gets() repeatedly.

useless

new topic     » goto parent     » topic index » view message » categorize

5. Re: Sequence found inside character string

Hello, sorry for the late response, I think that my password messed up and I had problems logging in. I could not locate an administrator email in the wiki page so I created a new account (with two "yy"s on the end). If an administrator is reading this he could double check the registration and password reset process in case of any troubles.

As you said here's the log file:

D:\Development\Euphoria\glfw3\glfw3gen.ex:15 
sequence found inside character string  
 
 
Public & Export & Global & Local Variables 
 
 D:\Programs\Euphoria\include\std\memconst.e: 
    DEP_really_works = 1 
    use_DEP = 1 
    FREE_RID = 1 
    kernel_dll = <no value> 
    memDLL_id = <no value> 
    VirtualAlloc_rid = <no value> 
    VirtualLock_rid = <no value> 
    VirtualUnlock_rid = <no value> 
    VirtualProtect_rid = <no value> 
    GetLastError_rid = <no value> 
    GetSystemInfo_rid = <no value> 
 
 D:\Programs\Euphoria\include\std\memory.e: 
    edges_only = <no value> 
    check_calls = 1 
    VirtualFree_rid = 25 
 
 D:\Programs\Euphoria\include\std\types.e: 
    Defined_Sets = { 
                     {98'b',99'c',100'd',102'f',103'g',104'h',106'j',107'k', 
108'l',109'm',110'n',112'p',113'q',114'r',115's',116't',118'v',119'w',120'x', 
121'y',122'z',66'B',67'C',68'D',70'F',71'G',72'H',74'J',75'K',76'L',77'M', 
78'N',80'P',81'Q',82'R',83'S',84'T',86'V',87'W',88'X',89'Y',90'Z'}, 
                     {97'a',101'e',105'i',111'o',117'u',65'A',69'E',73'I', 
79'O',85'U'}, 
                     { 
                       {48'0',57'9'}, 
                       {65'A',70'F'}, 
                       {97'a',102'f'} 
                     }, 
                     {32' ',9,10,13,11,160}, 
                     { 
                       {32' ',47'/'}, 
                       {58':',63'?'}, 
                       {91'[',96'`'}, 
                       {123'{',126'~'} 
                     }, 
                     { 
                       {32' ',126'~'} 
                     }, 
                     { 
                       {32' ',126'~'}, 
                       {32' ',32' '}, 
                       {9,9}, 
                       {10,10}, 
                       {13,13}, 
                       {8,8}, 
                       {7,7} 
                     }, 
                     { 
                       {97'a',122'z'} 
                     }, 
                     { 
                       {65'A',90'Z'} 
                     }, 
                     { 
                       {48'0',57'9'}, 
                       {97'a',122'z'}, 
                       {65'A',90'Z'} 
                     }, 
                     { 
                       {48'0',57'9'}, 
                       {97'a',122'z'}, 
                       {65'A',90'Z'}, 
                       {95'_',95'_'} 
                     }, 
                     { 
                       {97'a',122'z'}, 
                       {65'A',90'Z'} 
                     }, 
                     { 
                       {0,127''} 
                     }, 
                     { 
                       {0,31}, 
                       {127'',127''} 
                     }, 
                     { 
                       {48'0',57'9'} 
                     }, 
                     { 
                       {33'!',126'~'} 
                     }, 
                     { 
                       {0,255} 
                     }, 
                     {95'_'}, 
                     {1,0} 
                   } 
 
 D:\Programs\Euphoria\include\std\machine.e: 
    FREE_ARRAY_RID = 2 
    page_size = 4096 
    kernel_dll = 1997340672 
    memDLL_id = 1997340672 
    VirtualAlloc_rid = 23 
    VirtualProtect_rid = 24 
    GetLastError_rid = 26 
    GetSystemInfo_rid = 27 
    vaa = <no value> 
    system_info_ptr = <no value> 
    oldprotptr = 3523280 
 
 D:\Programs\Euphoria\include\std\convert.e: 
    mem = 3522672 
    decimal_mark = 46'.' 
 
 D:\Programs\Euphoria\include\std\get.e: 
    input_file = <no value> 
    input_string = <no value> 
    string_next = <no value> 
    ch = <no value> 
    leading_whitespace = <no value> 
 
 D:\Programs\Euphoria\include\std\datetime.e: 
    month_names = { 
                    {74'J',97'a',110'n',117'u',97'a',114'r',121'y'}, 
                    {70'F',101'e',98'b',114'r',117'u',97'a',114'r',121'y'}, 
                    {77'M',97'a',114'r',99'c',104'h'}, 
                    {65'A',112'p',114'r',105'i',108'l'}, 
                    {77'M',97'a',121'y'}, 
                    {74'J',117'u',110'n',101'e'}, 
                    {74'J',117'u',108'l',121'y'}, 
                    {65'A',117'u',103'g',117'u',115's',116't'}, 
                    {83'S',101'e',112'p',116't',101'e',109'm',98'b',101'e', 
114'r'}, 
                    {79'O',99'c',116't',111'o',98'b',101'e',114'r'}, 
                    {78'N',111'o',118'v',101'e',109'm',98'b',101'e',114'r'}, 
                    {68'D',101'e',99'c',101'e',109'm',98'b',101'e',114'r'} 
                  } 
    month_abbrs = { 
                    {74'J',97'a',110'n'}, 
                    {70'F',101'e',98'b'}, 
                    {77'M',97'a',114'r'}, 
                    {65'A',112'p',114'r'}, 
                    {77'M',97'a',121'y'}, 
                    {74'J',117'u',110'n'}, 
                    {74'J',117'u',108'l'}, 
                    {65'A',117'u',103'g'}, 
                    {83'S',101'e',112'p'}, 
                    {79'O',99'c',116't'}, 
                    {78'N',111'o',118'v'}, 
                    {68'D',101'e',99'c'} 
                  } 
    day_names = { 
                  {83'S',117'u',110'n',100'd',97'a',121'y'}, 
                  {77'M',111'o',110'n',100'd',97'a',121'y'}, 
                  {84'T',117'u',101'e',115's',100'd',97'a',121'y'}, 
                  {87'W',101'e',100'd',110'n',101'e',115's',100'd',97'a', 
121'y'}, 
                  {84'T',104'h',117'u',114'r',115's',100'd',97'a',121'y'}, 
                  {70'F',114'r',105'i',100'd',97'a',121'y'}, 
                  {83'S',97'a',116't',117'u',114'r',100'd',97'a',121'y'} 
                } 
    day_abbrs = { 
                  {83'S',117'u',110'n'}, 
                  {77'M',111'o',110'n'}, 
                  {84'T',117'u',101'e'}, 
                  {87'W',101'e',100'd'}, 
                  {84'T',104'h',117'u'}, 
                  {70'F',114'r',105'i'}, 
                  {83'S',97'a',116't'} 
                } 
    ampm = { 
             {65'A',77'M'}, 
             {80'P',77'M'} 
           } 
 
 D:\Programs\Euphoria\include\std\filesys.e: 
    my_dir = -2 
    InitCurDir = {68'D',58':',92'\',68'D',101'e',118'v',101'e',108'l',111'o', 
112'p',109'm',101'e',110'n',116't',92'\',69'E',117'u',112'p',104'h',111'o', 
114'r',105'i',97'a',92'\',103'g',108'l',102'f',119'w',51'3',92'\'} 
    file_counters = {} 
 
 D:\Programs\Euphoria\include\std\pretty.e: 
    pretty_end_col = <no value> 
    pretty_chars = <no value> 
    pretty_start_col = <no value> 
    pretty_level = <no value> 
    pretty_file = <no value> 
    pretty_ascii = <no value> 
    pretty_indent = <no value> 
    pretty_ascii_min = <no value> 
    pretty_ascii_max = <no value> 
    pretty_line_count = <no value> 
    pretty_line_max = <no value> 
    pretty_dots = <no value> 
    pretty_line_breaks = <no value> 
    pretty_printing = <no value> 
    pretty_fp_format = <no value> 
    pretty_int_format = <no value> 
    pretty_line = <no value> 
 
 D:\Programs\Euphoria\include\std\serialize.e: 
    mem0 = 3523504 
    mem1 = 3523505 
    mem2 = 3523506 
    mem3 = 3523507 
    f80 = 0 
    f64 = 0 
    F80_TO_ATOM = 0 
    i64 = 0 
    PEEK8S = 0 
 
 D:\Programs\Euphoria\include\std\text.e: 
    lower_case_SET = {} 
    upper_case_SET = {} 
    encoding_NAME = {65'A',83'S',67'C',73'I',73'I'} 
    user32 = 1998651392 
    api_CharLowerBuff = 37'%' 
    api_CharUpperBuff = 38'&' 
    tm_size = 1024 
    temp_mem = 35641576 
 
 D:\Programs\Euphoria\include\std\io.e: 
    mem0 = 3523408 
    mem1 = 3523409 
    mem2 = 3523410 
    mem3 = 3523411 
 
 D:\Programs\Euphoria\include\std\eumem.e: 
    ram_space = { 
                  { 
                    {69'E',117'u',58':',83'S',116't',100'd',77'M',97'a', 
112'p'}, 
                    32' ', 
                    22, 
                    76'L', 
                    { 
                      {131072}, 
                      {8388608,536870912}, 
                      {524288}, 
                      {67108864}, 
                      {1}, 
                      {16777216}, 
                      {}, 
                      {33554432}, 
                      {4096}, 
                      {4,16384}, 
                      {8,32' '}, 
                      {512,1024,2048,1048576}, 
                      {2,65536}, 
                      {268435456,1073741824}, 
                      {64'@'}, 
                      {134217728}, 
                      {}, 
                      {}, 
                      {128}, 
                      {4194304}, 
                      {32768}, 
                      {}, 
                      {}, 
                      {}, 
                      {256}, 
                      {}, 
                      {}, 
                      {16}, 
                      {8192,2147483648}, 
                      {262144,2097152}, 
                      {} 
                    }, 
                    { 
                      {18}, 
                      {24,30}, 
                      {20}, 
                      {27}, 
                      {1}, 
                      {25}, 
                      {}, 
                      {26}, 
                      {13}, 
                      {3,15}, 
                      {4,6}, 
                      {10,11,12,21}, 
                      {2,17}, 
                      {29,31}, 
                      {7}, 
                      {28}, 
                      {}, 
                      {}, 
                      {8}, 
                      {23}, 
                      {16}, 
                      {}, 
                      {}, 
                      {}, 
                      {9}, 
                      {}, 
                      {}, 
                      {5}, 
                      {14,32' '}, 
                      {19,22}, 
                      {} 
                    } 
                  } 
                } 
    ram_free_list = 0 
    free_rid = 6 
 
 D:\Programs\Euphoria\include\std\primes.e: 
    list_of_primes = {2,3,5,7,11,13,17,19,23,29,31} 
 
 D:\Programs\Euphoria\include\std\map.e: 
    threshold_size = 23 
 
 D:\Programs\Euphoria\include\std\flags.e: 
    one_bit_numbers = 1 
 
 D:\Development\Euphoria\glfw3\glfw3gen.ex: 
    file = 3 
    data = { 
             {47'/',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*'}, 
             {32' ',42'*',32' ',71'G',76'L',70'F',87'W',32' ',51'3',46'.', 
48'0',32' ',45'-',32' ',119'w',119'w',119'w',46'.',103'g',108'l',102'f', 
119'w',46'.',111'o',114'r',103'g'}, 
             {32' ',42'*',32' ',65'A',32' ',108'l',105'i',98'b',114'r',97'a', 
114'r',121'y',32' ',102'f',111'o',114'r',32' ',79'O',112'p',101'e',110'n', 
71'G',76'L',44',',32' ',119'w',105'i',110'n',100'd',111'o',119'w',32' ', 
97'a',110'n',100'd',32' ',105'i',110'n',112'p',117'u',116't'}, 
             {32' ',42'*',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-', 
45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-', 
45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-', 
45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-', 
45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-', 
45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-', 
45'-',45'-',45'-',45'-'}, 
             {32' ',42'*',32' ',67'C',111'o',112'p',121'y',114'r',105'i', 
103'g',104'h',116't',32' ',40'(',99'c',41')',32' ',50'2',48'0',48'0',50'2', 
45'-',50'2',48'0',48'0',54'6',32' ',77'M',97'a',114'r',99'c',117'u',115's', 
32' ',71'G',101'e',101'e',108'l',110'n',97'a',114'r',100'd'}, 
             {32' ',42'*',32' ',67'C',111'o',112'p',121'y',114'r',105'i', 
103'g',104'h',116't',32' ',40'(',99'c',41')',32' ',50'2',48'0',48'0',54'6', 
45'-',50'2',48'0',49'1',48'0',32' ',67'C',97'a',109'm',105'i',108'l',108'l', 
97'a',32' ',66'B',101'e',114'r',103'g',108'l',117'u',110'n',100'd',32' ', 
60'<',101'e',108'l',109'm',105'i',110'n',100'd',114'r',101'e',100'd',97'a', 
64'@',101'e',108'l',109'm',105'i',110'n',100'd',114'r',101'e',100'd',97'a', 
46'.',111'o',114'r',103'g',62'>'}, 
             {32' ',42'*'}, 
             {32' ',42'*',32' ',84'T',104'h',105'i',115's',32' ',115's', 
111'o',102'f',116't',119'w',97'a',114'r',101'e',32' ',105'i',115's',32' ', 
112'p',114'r',111'o',118'v',105'i',100'd',101'e',100'd',32' ',39''',97'a', 
115's',45'-',105'i',115's',39''',44',',32' ',119'w',105'i',116't',104'h', 
111'o',117'u',116't',32' ',97'a',110'n',121'y',32' ',101'e',120'x',112'p', 
114'r',101'e',115's',115's',32' ',111'o',114'r',32' ',105'i',109'm',112'p', 
108'l',105'i',101'e',100'd'}, 
             {32' ',42'*',32' ',119'w',97'a',114'r',114'r',97'a',110'n', 
116't',121'y',46'.',32' ',73'I',110'n',32' ',110'n',111'o',32' ',101'e', 
118'v',101'e',110'n',116't',32' ',119'w',105'i',108'l',108'l',32' ',116't', 
104'h',101'e',32' ',97'a',117'u',116't',104'h',111'o',114'r',115's',32' ', 
98'b',101'e',32' ',104'h',101'e',108'l',100'd',32' ',108'l',105'i',97'a', 
98'b',108'l',101'e',32' ',102'f',111'o',114'r',32' ',97'a',110'n',121'y', 
32' ',100'd',97'a',109'm',97'a',103'g',101'e',115's'}, 
             {32' ',42'*',32' ',97'a',114'r',105'i',115's',105'i',110'n', 
103'g',32' ',102'f',114'r',111'o',109'm',32' ',116't',104'h',101'e',32' ', 
117'u',115's',101'e',32' ',111'o',102'f',32' ',116't',104'h',105'i',115's', 
32' ',115's',111'o',102'f',116't',119'w',97'a',114'r',101'e',46'.'}, 
             {32' ',42'*'}, 
             {32' ',42'*',32' ',80'P',101'e',114'r',109'm',105'i',115's', 
115's',105'i',111'o',110'n',32' ',105'i',115's',32' ',103'g',114'r',97'a', 
110'n',116't',101'e',100'd',32' ',116't',111'o',32' ',97'a',110'n',121'y', 
111'o',110'n',101'e',32' ',116't',111'o',32' ',117'u',115's',101'e',32' ', 
116't',104'h',105'i',115's',32' ',115's',111'o',102'f',116't',119'w',97'a', 
114'r',101'e',32' ',102'f',111'o',114'r',32' ',97'a',110'n',121'y',32' ', 
112'p',117'u',114'r',112'p',111'o',115's',101'e',44','}, 
             {32' ',42'*',32' ',105'i',110'n',99'c',108'l',117'u',100'd', 
105'i',110'n',103'g',32' ',99'c',111'o',109'm',109'm',101'e',114'r',99'c', 
105'i',97'a',108'l',32' ',97'a',112'p',112'p',108'l',105'i',99'c',97'a', 
116't',105'i',111'o',110'n',115's',44',',32' ',97'a',110'n',100'd',32' ', 
116't',111'o',32' ',97'a',108'l',116't',101'e',114'r',32' ',105'i',116't', 
32' ',97'a',110'n',100'd',32' ',114'r',101'e',100'd',105'i',115's',116't', 
114'r',105'i',98'b',117'u',116't',101'e',32' ',105'i',116't'}, 
             {32' ',42'*',32' ',102'f',114'r',101'e',101'e',108'l',121'y', 
44',',32' ',115's',117'u',98'b',106'j',101'e',99'c',116't',32' ',116't', 
111'o',32' ',116't',104'h',101'e',32' ',102'f',111'o',108'l',108'l',111'o', 
119'w',105'i',110'n',103'g',32' ',114'r',101'e',115's',116't',114'r',105'i', 
99'c',116't',105'i',111'o',110'n',115's',58':'}, 
             {32' ',42'*'}, 
             {32' ',42'*',32' ',49'1',46'.',32' ',84'T',104'h',101'e',32' ', 
111'o',114'r',105'i',103'g',105'i',110'n',32' ',111'o',102'f',32' ',116't', 
104'h',105'i',115's',32' ',115's',111'o',102'f',116't',119'w',97'a',114'r', 
101'e',32' ',109'm',117'u',115's',116't',32' ',110'n',111'o',116't',32' ', 
98'b',101'e',32' ',109'm',105'i',115's',114'r',101'e',112'p',114'r',101'e', 
115's',101'e',110'n',116't',101'e',100'd',59';',32' ',121'y',111'o',117'u', 
32' ',109'm',117'u',115's',116't',32' ',110'n',111'o',116't'}, 
             {32' ',42'*',32' ',32' ',32' ',32' ',99'c',108'l',97'a',105'i', 
109'm',32' ',116't',104'h',97'a',116't',32' ',121'y',111'o',117'u',32' ', 
119'w',114'r',111'o',116't',101'e',32' ',116't',104'h',101'e',32' ',111'o', 
114'r',105'i',103'g',105'i',110'n',97'a',108'l',32' ',115's',111'o',102'f', 
116't',119'w',97'a',114'r',101'e',46'.',32' ',73'I',102'f',32' ',121'y', 
111'o',117'u',32' ',117'u',115's',101'e',32' ',116't',104'h',105'i',115's', 
32' ',115's',111'o',102'f',116't',119'w',97'a',114'r',101'e'}, 
             {32' ',42'*',32' ',32' ',32' ',32' ',105'i',110'n',32' ',97'a', 
32' ',112'p',114'r',111'o',100'd',117'u',99'c',116't',44',',32' ',97'a', 
110'n',32' ',97'a',99'c',107'k',110'n',111'o',119'w',108'l',101'e',100'd', 
103'g',109'm',101'e',110'n',116't',32' ',105'i',110'n',32' ',116't',104'h', 
101'e',32' ',112'p',114'r',111'o',100'd',117'u',99'c',116't',32' ',100'd', 
111'o',99'c',117'u',109'm',101'e',110'n',116't',97'a',116't',105'i',111'o', 
110'n',32' ',119'w',111'o',117'u',108'l',100'd'}, 
             {32' ',42'*',32' ',32' ',32' ',32' ',98'b',101'e',32' ',97'a', 
112'p',112'p',114'r',101'e',99'c',105'i',97'a',116't',101'e',100'd',32' ', 
98'b',117'u',116't',32' ',105'i',115's',32' ',110'n',111'o',116't',32' ', 
114'r',101'e',113'q',117'u',105'i',114'r',101'e',100'd',46'.'}, 
             {32' ',42'*'}, 
             {32' ',42'*',32' ',50'2',46'.',32' ',65'A',108'l',116't',101'e', 
114'r',101'e',100'd',32' ',115's',111'o',117'u',114'r',99'c',101'e',32' ', 
118'v',101'e',114'r',115's',105'i',111'o',110'n',115's',32' ',109'm',117'u', 
115's',116't',32' ',98'b',101'e',32' ',112'p',108'l',97'a',105'i',110'n', 
108'l',121'y',32' ',109'm',97'a',114'r',107'k',101'e',100'd',32' ',97'a', 
115's',32' ',115's',117'u',99'c',104'h',44',',32' ',97'a',110'n',100'd', 
32' ',109'm',117'u',115's',116't',32' ',110'n',111'o',116't'}, 
             {32' ',42'*',32' ',32' ',32' ',32' ',98'b',101'e',32' ',109'm', 
105'i',115's',114'r',101'e',112'p',114'r',101'e',115's',101'e',110'n',116't', 
101'e',100'd',32' ',97'a',115's',32' ',98'b',101'e',105'i',110'n',103'g', 
32' ',116't',104'h',101'e',32' ',111'o',114'r',105'i',103'g',105'i',110'n', 
97'a',108'l',32' ',115's',111'o',102'f',116't',119'w',97'a',114'r',101'e', 
46'.'}, 
             {32' ',42'*'}, 
             {32' ',42'*',32' ',51'3',46'.',32' ',84'T',104'h',105'i',115's', 
32' ',110'n',111'o',116't',105'i',99'c',101'e',32' ',109'm',97'a',121'y', 
32' ',110'n',111'o',116't',32' ',98'b',101'e',32' ',114'r',101'e',109'm', 
111'o',118'v',101'e',100'd',32' ',111'o',114'r',32' ',97'a',108'l',116't', 
101'e',114'r',101'e',100'd',32' ',102'f',114'r',111'o',109'm',32' ',97'a', 
110'n',121'y',32' ',115's',111'o',117'u',114'r',99'c',101'e'}, 
             {32' ',42'*',32' ',32' ',32' ',32' ',100'd',105'i',115's',116't', 
114'r',105'i',98'b',117'u',116't',105'i',111'o',110'n',46'.'}, 
             {32' ',42'*'}, 
             {32' ',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',47'/'}, 
             {}, 
             {35'#',105'i',102'f',110'n',100'd',101'e',102'f',32' ',95'_', 
103'g',108'l',102'f',119'w',51'3',95'_',104'h',95'_'}, 
             {35'#',100'd',101'e',102'f',105'i',110'n',101'e',32' ',95'_', 
103'g',108'l',102'f',119'w',51'3',95'_',104'h',95'_'}, 
             {}, 
             {35'#',105'i',102'f',100'd',101'e',102'f',32' ',95'_',95'_', 
99'c',112'p',108'l',117'u',115's',112'p',108'l',117'u',115's'}, 
             {101'e',120'x',116't',101'e',114'r',110'n',32' ',34'"',67'C', 
34'"',32' ',123'{'}, 
             {35'#',101'e',110'n',100'd',105'i',102'f'}, 
             {}, 
             {}, 
             {47'/',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*'}, 
             {32' ',42'*',32' ',68'D',111'o',120'x',121'y',103'g',101'e', 
110'n',32' ',100'd',111'o',99'c',117'u',109'm',101'e',110'n',116't',97'a', 
116't',105'i',111'o',110'n'}, 
             {32' ',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',47'/'}, 
             {}, 
             {47'/',42'*',33'!',32' ',64'@',100'd',101'e',102'f',103'g', 
114'r',111'o',117'u',112'p',32' ',99'c',108'l',105'i',112'p',98'b',111'o', 
97'a',114'r',100'd',32' ',67'C',108'l',105'i',112'p',98'b',111'o',97'a', 
114'r',100'd',32' ',115's',117'u',112'p',112'p',111'o',114'r',116't'}, 
             {32' ',42'*',47'/'}, 
             {47'/',42'*',33'!',32' ',64'@',100'd',101'e',102'f',103'g', 
114'r',111'o',117'u',112'p',32' ',99'c',111'o',110'n',116't',101'e',120'x', 
116't',32' ',67'C',111'o',110'n',116't',101'e',120'x',116't',32' ',104'h', 
97'a',110'n',100'd',108'l',105'i',110'n',103'g'}, 
             {32' ',42'*',47'/'}, 
             {47'/',42'*',33'!',32' ',64'@',100'd',101'e',102'f',103'g', 
114'r',111'o',117'u',112'p',32' ',101'e',114'r',114'r',111'o',114'r',32' ', 
69'E',114'r',114'r',111'o',114'r',32' ',104'h',97'a',110'n',100'd',108'l', 
105'i',110'n',103'g'}, 
             {32' ',42'*',47'/'}, 
             {47'/',42'*',33'!',32' ',64'@',100'd',101'e',102'f',103'g', 
114'r',111'o',117'u',112'p',32' ',105'i',110'n',105'i',116't',32' ',73'I', 
110'n',105'i',116't',105'i',97'a',108'l',105'i',122'z',97'a',116't',105'i', 
111'o',110'n',32' ',97'a',110'n',100'd',32' ',118'v',101'e',114'r',115's', 
105'i',111'o',110'n',32' ',105'i',110'n',102'f',111'o',114'r',109'm',97'a', 
116't',105'i',111'o',110'n'}, 
             {32' ',42'*',47'/'}, 
             {47'/',42'*',33'!',32' ',64'@',100'd',101'e',102'f',103'g', 
114'r',111'o',117'u',112'p',32' ',105'i',110'n',112'p',117'u',116't',32' ', 
73'I',110'n',112'p',117'u',116't',32' ',104'h',97'a',110'n',100'd',108'l', 
105'i',110'n',103'g'}, 
             {32' ',42'*',47'/'}, 
             {47'/',42'*',33'!',32' ',64'@',100'd',101'e',102'f',103'g', 
114'r',111'o',117'u',112'p',32' ',109'm',111'o',110'n',105'i',116't',111'o', 
114'r',32' ',77'M',111'o',110'n',105'i',116't',111'o',114'r',32' ',104'h', 
97'a',110'n',100'd',108'l',105'i',110'n',103'g'}, 
             {32' ',42'*'}, 
             {32' ',42'*',32' ',32' ',84'T',104'h',105'i',115's',32' ',105'i', 
115's',32' ',116't',104'h',101'e',32' ',114'r',101'e',102'f',101'e',114'r', 
101'e',110'n',99'c',101'e',32' ',100'd',111'o',99'c',117'u',109'm',101'e', 
110'n',116't',97'a',116't',105'i',111'o',110'n',32' ',102'f',111'o',114'r', 
32' ',109'm',111'o',110'n',105'i',116't',111'o',114'r',32' ',114'r',101'e', 
108'l',97'a',116't',101'e',100'd',32' ',102'f',117'u',110'n',99'c',116't', 
105'i',111'o',110'n',115's',32' ',97'a',110'n',100'd',32' ',116't',121'y', 
112'p',101'e',115's',46'.'}, 
             {32' ',42'*',32' ',32' ',70'F',111'o',114'r',32' ',109'm',111'o', 
114'r',101'e',32' ',105'i',110'n',102'f',111'o',114'r',109'm',97'a',116't', 
105'i',111'o',110'n',44',',32' ',115's',101'e',101'e',32' ',116't',104'h', 
101'e',32' ',64'@',114'r',101'e',102'f',32' ',109'm',111'o',110'n',105'i', 
116't',111'o',114'r',46'.'}, 
             {32' ',42'*',47'/'}, 
             {47'/',42'*',33'!',32' ',64'@',100'd',101'e',102'f',103'g', 
114'r',111'o',117'u',112'p',32' ',116't',105'i',109'm',101'e',32' ',84'T', 
105'i',109'm',101'e',32' ',105'i',110'n',112'p',117'u',116't'}, 
             {32' ',42'*',47'/'}, 
             {47'/',42'*',33'!',32' ',64'@',100'd',101'e',102'f',103'g', 
114'r',111'o',117'u',112'p',32' ',119'w',105'i',110'n',100'd',111'o',119'w', 
32' ',87'W',105'i',110'n',100'd',111'o',119'w',32' ',104'h',97'a',110'n', 
100'd',108'l',105'i',110'n',103'g'}, 
             {32' ',42'*'}, 
             {32' ',42'*',32' ',32' ',84'T',104'h',105'i',115's',32' ',105'i', 
115's',32' ',116't',104'h',101'e',32' ',114'r',101'e',102'f',101'e',114'r', 
101'e',110'n',99'c',101'e',32' ',100'd',111'o',99'c',117'u',109'm',101'e', 
110'n',116't',97'a',116't',105'i',111'o',110'n',32' ',102'f',111'o',114'r', 
32' ',119'w',105'i',110'n',100'd',111'o',119'w',32' ',114'r',101'e',108'l', 
97'a',116't',101'e',100'd',32' ',102'f',117'u',110'n',99'c',116't',105'i', 
111'o',110'n',115's',32' ',97'a',110'n',100'd',32' ',116't',121'y',112'p', 
101'e',115's',44','}, 
             {32' ',42'*',32' ',32' ',105'i',110'n',99'c',108'l',117'u', 
100'd',105'i',110'n',103'g',32' ',99'c',114'r',101'e',97'a',116't',105'i', 
111'o',110'n',44',',32' ',100'd',101'e',108'l',101'e',116't',105'i',111'o', 
110'n',32' ',97'a',110'n',100'd',32' ',101'e',118'v',101'e',110'n',116't', 
32' ',112'p',111'o',108'l',108'l',105'i',110'n',103'g',46'.',32' ',32' ', 
70'F',111'o',114'r',32' ',109'm',111'o',114'r',101'e',32' ',105'i',110'n', 
102'f',111'o',114'r',109'm',97'a',116't',105'i',111'o',110'n',44',',32' ', 
115's',101'e',101'e'}, 
             {32' ',42'*',32' ',32' ',116't',104'h',101'e',32' ',64'@',114'r', 
101'e',102'f',32' ',119'w',105'i',110'n',100'd',111'o',119'w',46'.'}, 
             {32' ',42'*',47'/'}, 
             {}, 
             {}, 
             {47'/',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*'}, 
             {32' ',42'*',32' ',71'G',108'l',111'o',98'b',97'a',108'l',32' ', 
100'd',101'e',102'f',105'i',110'n',105'i',116't',105'i',111'o',110'n',115's'}, 
             {32' ',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*',42'*', 
42'*',42'*',42'*',42'*',47'/'}, 
             {}, 
             {47'/',42'*',32' ',45'-',45'-',45'-',45'-',45'-',45'-',45'-', 
45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-', 
32' ',66'B',69'E',71'G',73'I',78'N',32' ',83'S',89'Y',83'S',84'T',69'E', 
77'M',47'/',67'C',79'O',77'M',80'P',73'I',76'L',69'E',82'R',32' ',83'S', 
80'P',69'E',67'C',73'I',70'F',73'I',67'C',32' ',45'-',45'-',45'-',45'-', 
45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-',45'-', 
45'-',45'-',45'-',45'-',32' ',42'*',47'/'}, 
             {}, 
             {47'/',42'*',32' ',80'P',108'l',101'e',97'a',115's',101'e', 
32' ',114'r',101'e',112'p',111'o',114'r',116't',32' ',97'a',110'n',121'y', 
32' ',112'p',114'r',111'o',98'b',108'l',101'e',109'm',115's',32' ',116't', 
104'h',97'a',116't',32' ',121'y',111'o',117'u',32' ',102'f',105'i',110'n', 
100'd',32' ',119'w',105'i',116't',104'h',32' ',121'y',111'o',117'u',114'r', 
32' ',99'c',111'o',109'm',112'p',105'i',108'l',101'e',114'r',44',',32' ', 
119'w',104'h',105'i',99'c',104'h',32' ',109'm',97'a',121'y'}, 
             {32' ',42'*',32' ',98'b',101'e',32' ',115's',111'o',108'l', 
118'v',101'e',100'd',32' ',105'i',110'n',32' ',116't',104'h',105'i',115's', 
32' ',115's',101'e',99'c',116't',105'i',111'o',110'n',33'!',32' ',84'T', 
104'h',101'e',114'r',101'e',32' ',97'a',114'r',101'e',32' ',115's',101'e', 
118'v',101'e',114'r',97'a',108'l',32' ',99'c',111'o',109'm',112'p',105'i', 
108'l',101'e',114'r',115's',32' ',116't',104'h',97'a',116't',32' ',73'I', 
32' ',104'h',97'a',118'v',101'e',32' ',110'n',111'o',116't'}, 
             {32' ',42'*',32' ',98'b',101'e',101'e',110'n',32' ',97'a',98'b', 
108'l',101'e',32' ',116't',111'o',32' ',116't',101'e',115's',116't',32' ', 
116't',104'h',105'i',115's',32' ',102'f',105'i',108'l',101'e',32' ',119'w', 
105'i',116't',104'h',32' ',121'y',101'e',116't',46'.'}, 
             {32' ',42'*'}, 
             {32' ',42'*',32' ',70'F',105'i',114'r',115's',116't',58':', 
32' ',73'I',102'f',32' ',119'w',101'e',32' ',97'a',114'r',101'e',32' ',119'w', 
101'e',32' ',111'o',110'n',32' ',87'W',105'i',110'n',100'd',111'o',119'w', 
115's',44',',32' ',119'w',101'e',32' ',119'w',97'a',110'n',116't',32' ', 
97'a',32' ',115's',105'i',110'n',103'g',108'l',101'e',32' ',100'd',101'e', 
102'f',105'i',110'n',101'e',32' ',102'f',111'o',114'r',32' ',105'i',116't', 
32' ',40'(',95'_',87'W',73'I',78'N',51'3',50'2',41')'}, 
             {32' ',42'*',32' ',40'(',78'N',111'o',116't',101'e',58':',32' ', 
70'F',111'o',114'r',32' ',67'C',121'y',103'g',119'w',105'i',110'n',32' ', 
116't',104'h',101'e',32' ',99'c',111'o',109'm',112'p',105'i',108'l',101'e', 
114'r',32' ',102'f',108'l',97'a',103'g',32' ',45'-',109'm',119'w',105'i', 
110'n',51'3',50'2',32' ',115's',104'h',111'o',117'u',108'l',100'd',32' ', 
98'b',101'e',32' ',117'u',115's',101'e',100'd',44',',32' ',98'b',117'u', 
116't',32' ',116't',111'o'}, 
             {32' ',42'*',32' ',109'm',97'a',107'k',101'e',32' ',115's', 
117'u',114'r',101'e',32' ',116't',104'h',97'a',116't',32' ',116't',104'h', 
105'i',110'n',103'g',115's',32' ',114'r',117'u',110'n',32' ',115's',109'm', 
111'o',111'o',116't',104'h',108'l',121'y',32' ',102'f',111'o',114'r',32' ', 
67'C',121'y',103'g',119'w',105'i',110'n',32' ',117'u',115's',101'e',114'r', 
115's',44',',32' ',119'w',101'e',32' ',97'a',100'd',100'd',32' ',95'_',95'_', 
67'C',89'Y',71'G',87'W',73'I',78'N',95'_',95'_'}, 
             {32' ',42'*',32' ',116't',111'o',32' ',116't',104'h',101'e', 
32' ',108'l',105'i',115's',116't',32' ',111'o',102'f',32' ',34'"',118'v', 
97'a',108'l',105'i',100'd',32' ',87'W',105'i',110'n',51'3',50'2',32' ',105'i', 
100'd',101'e',110'n',116't',105'i',102'f',105'i',101'e',114'r',115's',34'"', 
44',',32' ',119'w',104'h',105'i',99'c',104'h',32' ',114'r',101'e',109'm', 
111'o',118'v',101'e',115's',32' ',116't',104'h',101'e',32' ',110'n',101'e', 
101'e',100'd',32' ',102'f',111'o',114'r'}, 
             {32' ',42'*',32' ',45'-',109'm',119'w',105'i',110'n',51'3', 
50'2',41')'}, 
             {32' ',42'*',47'/'}, 
             {35'#',105'i',102'f',32' ',33'!',100'd',101'e',102'f',105'i', 
110'n',101'e',100'd',40'(',95'_',87'W',73'I',78'N',51'3',50'2',41')',32' ', 
38'&',38'&',32' ',40'(',100'd',101'e',102'f',105'i',110'n',101'e',100'd', 
40'(',95'_',95'_',87'W',73'I',78'N',51'3',50'2',95'_',95'_',41')',32' ', 
124'|',124'|',32' ',100'd',101'e',102'f',105'i',110'n',101'e',100'd',40'(', 
87'W',73'I',78'N',51'3',50'2',41')',32' ',124'|',124'|',32' ',100'd',101'e', 
102'f',105'i',110'n',101'e',100'd',40'(',95'_',95'_',67'C',89'Y',71'G',87'W', 
73'I',78'N',95'_',95'_',41')',41')'}, 
             {32' ',35'#',100'd',101'e',102'f',105'i',110'n',101'e',32' ', 
95'_',87'W',73'I',78'N',51'3',50'2'}, 
             {35'#',101'e',110'n',100'd',105'i',102'f',32' ',47'/',42'*', 
32' ',95'_',87'W',73'I',78'N',51'3',50'2',32' ',42'*',47'/'}, 
             {}, 
             {47'/',42'*',32' ',73'I',110'n',32' ',111'o',114'r',100'd', 
101'e',114'r',32' ',102'f',111'o',114'r',32' ',101'e',120'x',116't',101'e', 
110'n',115's',105'i',111'o',110'n',32' ',115's',117'u',112'p',112'p',111'o', 
114'r',116't',32' ',116't',111'o',32' ',98'b',101'e',32' ',112'p',111'o', 
114'r',116't',97'a',98'b',108'l',101'e',44',',32' ',119'w',101'e',32' ', 
110'n',101'e',101'e',100'd',32' ',116't',111'o',32' ',100'd',101'e',102'f', 
105'i',110'n',101'e',32' ',97'a',110'n'}, 
             {32' ',42'*',32' ',79'O',112'p',101'e',110'n',71'G',76'L',32' ', 
102'f',117'u',110'n',99'c',116't',105'i',111'o',110'n',32' ',99'c',97'a', 
108'l',108'l',32' ',109'm',101'e',116't',104'h',111'o',100'd',46'.',32' ', 
87'W',101'e',32' ',117'u',115's',101'e',32' ',116't',104'h',101'e',32' ', 
107'k',101'e',121'y',119'w',111'o',114'r',100'd',32' ',65'A',80'P',73'I', 
69'E',78'N',84'T',82'R',89'Y',44',',32' ',119'w',104'h',105'i',99'c',104'h', 
32' ',105'i',115's'}, 
             {32' ',42'*',32' ',100'd',101'e',102'f',105'i',110'n',101'e', 
100'd',32' ',102'f',111'o',114'r',32' ',87'W',105'i',110'n',51'3',50'2', 
46'.',32' ',40'(',78'N',111'o',116't',101'e',58':',32' ',87'W',105'i',110'n', 
100'd',111'o',119'w',115's',32' ',97'a',108'l',115's',111'o',32' ',110'n', 
101'e',101'e',100'd',115's',32' ',116't',104'h',105'i',115's',32' ',102'f', 
111'o',114'r',32' ',60'<',71'G',76'L',47'/',103'g',108'l',46'.',104'h',62'>', 
41')'}, 
             {32' ',42'*',47'/'}, 
             {35'#',105'i',102'f',110'n',100'd',101'e',102'f',32' ',65'A', 
80'P',73'I',69'E',78'N',84'T',82'R',89'Y'}, 
             {32' ',35'#',105'i',102'f',100'd',101'e',102'f',32' ',95'_', 
87'W',73'I',78'N',51'3',50'2'}, 
             {32' ',32' ',35'#',100'd',101'e',102'f',105'i',110'n',101'e', 
32' ',65'A',80'P',73'I',69'E',78'N',84'T',82'R',89'Y',32' ',95'_',95'_', 
115's',116't',100'd',99'c',97'a',108'l',108'l'}, 
             {32' ',35'#',101'e',108'l',115's',101'e'}, 
             {32' ',32' ',35'#',100'd',101'e',102'f',105'i',110'n',101'e', 
32' ',65'A',80'P',73'I',69'E',78'N',84'T',82'R',89'Y'}, 
             {32' ',35'#',101'e',110'n',100'd',105'i',102'f'}, 
             {35'#',101'e',110'n',100'd',105'i',102'f',32' ',47'/',42'*', 
32' ',65'A',80'P',73'I',69'E',78'N',84'T',82'R',89'Y',32' ',42'*',47'/'}, 
             {}, 
             {47'/',42'*',32' ',84'T',104'h',101'e',32' ',102'f',111'o', 
108'l',108'l',111'o',119'w',105'i',110'n',103'g',32' ',116't',104'h',114'r', 
101'e',101'e',32' ',100'd',101'e',102'f',105'i',110'n',101'e',115's',32' ', 
97'a',114'r',101'e',32' ',104'h',101'e',114'r',101'e',32' ',115's',111'o', 
108'l',101'e',108'l',121'y',32' ',116't',111'o',32' ',109'm',97'a',107'k', 
101'e',32' ',115's',111'o',109'm',101'e',32' ',87'W',105'i',110'n',100'd', 
111'o',119'w',115's',45'-',98'b',97'a',115's',101'e',100'd'}, 
             {32' ',42'*',32' ',60'<',71'G',76'L',47'/',103'g',108'l',46'.', 
104'h',62'>',32' ',102'f',105'i',108'l',101'e',115's',32' ',104'h',97'a', 
112'p',112'p',121'y',46'.',32' ',84'T',104'h',101'e',111'o',114'r',101'e', 
116't',105'i',99'c',97'a',108'l',108'l',121'y',32' ',119'w',101'e',32' ', 
99'c',111'o',117'u',108'l',100'd',32' ',105'i',110'n',99'c',108'l',117'u', 
100'd',101'e',32' ',60'<',119'w',105'i',110'n',100'd',111'o',119'w',115's', 
46'.',104'h',62'>',44',',32' ',98'b',117'u',116't'}, 
             {32' ',42'*',32' ',105'i',116't',32' ',104'h',97'a',115's', 
32' ',116't',104'h',101'e',32' ',109'm',97'a',106'j',111'o',114'r',32' ', 
100'd',114'r',97'a',119'w',98'b',97'a',99'c',107'k',32' ',111'o',102'f', 
32' ',115's',101'e',118'v',101'e',114'r',101'e',108'l',121'y',32' ',112'p', 
111'o',108'l',108'l',117'u',116't',105'i',110'n',103'g',32' ',111'o',117'u', 
114'r',32' ',110'n',97'a',109'm',101'e',115's',112'p',97'a',99'c',101'e', 
46'.'}, 
             {32' ',42'*',47'/'}, 
             {}, 
             {47'/',42'*',32' ',85'U',110'n',100'd',101'e',114'r',32' ', 
87'W',105'i',110'n',100'd',111'o',119'w',115's',44',',32' ',119'w',101'e', 
32' ',110'n',101'e',101'e',100'd',32' ',87'W',73'I',78'N',71'G',68'D',73'I', 
65'A',80'P',73'I',32' ',100'd',101'e',102'f',105'i',110'n',101'e',100'd', 
32' ',42'*',47'/'}, 
             {35'#',105'i',102'f',32' ',33'!',100'd',101'e',102'f',105'i', 
110'n',101'e',100'd',40'(',87'W',73'I',78'N',71'G',68'D',73'I',65'A',80'P', 
73'I',41')',32' ',38'&',38'&',32' ',100'd',101'e',102'f',105'i',110'n',101'e', 
100'd',40'(',95'_',87'W',73'I',78'N',51'3',50'2',41')'}, 
             {32' ',35'#',105'i',102'f',32' ',100'd',101'e',102'f',105'i', 
110'n',101'e',100'd',40'(',95'_',77'M',83'S',67'C',95'_',86'V',69'E',82'R', 
41')',32' ',124'|',124'|',32' ',100'd',101'e',102'f',105'i',110'n',101'e', 
100'd',40'(',95'_',95'_',66'B',79'O',82'R',76'L',65'A',78'N',68'D',67'C', 
95'_',95'_',41')',32' ',124'|',124'|',32' ',100'd',101'e',102'f',105'i', 
110'n',101'e',100'd',40'(',95'_',95'_',80'P',79'O',67'C',67'C',95'_',95'_', 
41')'}, 
             {32' ',32' ',47'/',42'*',32' ',77'M',105'i',99'c',114'r',111'o', 
115's',111'o',102'f',116't',32' ',86'V',105'i',115's',117'u',97'a',108'l', 
32' ',67'C',43'+',43'+',44',',32' ',66'B',111'o',114'r',108'l',97'a',110'n', 
100'd',32' ',67'C',43'+',43'+',32' ',66'B',117'u',105'i',108'l',100'd',101'e', 
114'r',32' ',97'a',110'n',100'd',32' ',80'P',101'e',108'l',108'l',101'e', 
115's',32' ',67'C',32' ',42'*',47'/'}, 
             {32' ',32' ',35'#',100'd',101'e',102'f',105'i',110'n',101'e', 
32' ',87'W',73'I',78'N',71'G',68'D',73'I',65'A',80'P',73'I',32' ',95'_', 
95'_',100'd',101'e',99'c',108'l',115's',112'p',101'e',99'c',40'(',100'd', 
108'l',108'l',105'i',109'm',112'p',111'o',114'r',116't',41')'}, 
             {32' ',35'#',101'e',108'l',105'i',102'f',32' ',100'd',101'e', 
102'f',105'i',110'n',101'e',100'd',40'(',95'_',95'_',76'L',67'C',67'C',95'_', 
95'_',41')'}, 
             {32' ',32' ',47'/',42'*',32' ',76'L',67'C',67'C',45'-',87'W', 
105'i',110'n',51'3',50'2',32' ',42'*',47'/'}, 
             {32' ',32' ',35'#',100'd',101'e',102'f',105'i',110'n',101'e', 
32' ',87'W',73'I',78'N',71'G',68'D',73'I',65'A',80'P',73'I',32' ',95'_', 
95'_',115's',116't',100'd',99'c',97'a',108'l',108'l'}, 
             {32' ',35'#',101'e',108'l',115's',101'e'}, 
             {32' ',32' ',47'/',42'*',32' ',79'O',116't',104'h',101'e',114'r', 
115's',32' ',40'(',101'e',46'.',103'g',46'.',32' ',77'M',105'i',110'n',71'G', 
87'W',44',',32' ',67'C',121'y',103'g',119'w',105'i',110'n',41')',32' ',42'*', 
47'/'}, 
             {32' ',32' ',35'#',100'd',101'e',102'f',105'i',110'n',101'e', 
32' ',87'W',73'I',78'N',71'G',68'D',73'I',65'A',80'P',73'I',32' ',101'e', 
120'x',116't',101'e',114'r',110'n'}, 
             {32' ',35'#',101'e',110'n',100'd',105'i',102'f'}, 
             {32' ',35'#',100'd',101'e',102'f',105'i',110'n',101'e',32' ', 
71'G',76'L',70'F',87'W',95'_',87'W',73'I',78'N',71'G',68'D',73'I',65'A', 
80'P',73'I',95'_',68'D',69'E',70'F',73'I',78'N',69'E',68'D'}, 
             {35'#',101'e',110'n',100'd',105'i',102'f',32' ',47'/',42'*', 
32' ',87'W',73'I',78'N',71'G',68'D',73'I',65'A',80'P',73'I',32' ',42'*', 
47'/'}, 
             {}, 
             {47'/',42'*',32' ',83'S',111'o',109'm',101'e',32' ',60'<',71'G', 
76'L',47'/',103'g',108'l',117'u',46'.',104'h',62'>',32' ',102'f',105'i', 
108'l',101'e',115's',32' ',97'a',108'l',115's',111'o',32' ',110'n',101'e', 
101'e',100'd',32' ',67'C',65'A',76'L',76'L',66'B',65'A',67'C',75'K',32' ', 
100'd',101'e',102'f',105'i',110'n',101'e',100'd',32' ',42'*',47'/'}, 
             {35'#',105'i',102'f',32' ',33'!',100'd',101'e',102'f',105'i', 
110'n',101'e',100'd',40'(',67'C',65'A',76'L',76'L',66'B',65'A',67'C',75'K', 
41')',32' ',38'&',38'&',32' ',100'd',101'e',102'f',105'i',110'n',101'e', 
100'd',40'(',95'_',87'W',73'I',78'N',51'3',50'2',41')'}, 
             {32' ',35'#',105'i',102'f',32' ',100'd',101'e',102'f',105'i', 
110'n',101'e',100'd',40'(',95'_',77'M',83'S',67'C',95'_',86'V',69'E',82'R', 
41')'}, 
             {32' ',32' ',47'/',42'*',32' ',77'M',105'i',99'c',114'r',111'o', 
115's',111'o',102'f',116't',32' ',86'V',105'i',115's',117'u',97'a',108'l', 
32' ',67'C',43'+',43'+',32' ',42'*',47'/'}, 
             {32' ',32' ',35'#',105'i',102'f',32' ',40'(',100'd',101'e', 
102'f',105'i',110'n',101'e',100'd',40'(',95'_',77'M',95'_',77'M',82'R',88'X', 
48'0',48'0',48'0',41')',32' ',124'|',124'|',32' ',100'd',101'e',102'f',105'i', 
110'n',101'e',100'd',40'(',95'_',77'M',95'_',73'I',88'X',56'8',54'6',41')', 
32' ',124'|',124'|',32' ',100'd',101'e',102'f',105'i',110'n',101'e',100'd', 
40'(',95'_',77'M',95'_',65'A',76'L',80'P',72'H',65'A',41')',32' ',124'|', 
124'|',32' ',100'd',101'e',102'f',105'i',110'n',101'e',100'd',40'(',95'_', 
77'M',95'_',80'P',80'P',67'C',41')',41')',32' ',38'&',38'&',32' ',33'!', 
100'd',101'e',102'f',105'i',110'n',101'e',100'd',40'(',77'M',73'I',68'D', 
76'L',95'_',80'P',65'A',83'S',83'S',41')'}, 
             {32' ',32' ',32' ',35'#',100'd',101'e',102'f',105'i',110'n', 
101'e',32' ',67'C',65'A',76'L',76'L',66'B',65'A',67'C',75'K',32' ',95'_', 
95'_',115's',116't',100'd',99'c',97'a',108'l',108'l'}, 
             {32' ',32' ',35'#',101'e',108'l',115's',101'e'}, 
             {32' ',32' ',32' ',35'#',100'd',101'e',102'f',105'i',110'n', 
101'e',32' ',67'C',65'A',76'L',76'L',66'B',65'A',67'C',75'K'}, 
             {32' ',32' ',35'#',101'e',110'n',100'd',105'i',102'f'}, 
             {32' ',35'#',101'e',108'l',115's',101'e'}, 
             {32' ',32' ',47'/',42'*',32' ',79'O',116't',104'h',101'e',114'r', 
32' ',87'W',105'i',110'n',100'd',111'o',119'w',115's',32' ',99'c',111'o', 
109'm',112'p',105'i',108'l',101'e',114'r',115's',32' ',42'*',47'/'}, 
             {32' ',32' ',35'#',100'd',101'e',102'f',105'i',110'n',101'e', 
32' ',67'C',65'A',76'L',76'L',66'B',65'A',67'C',75'K',32' ',95'_',95'_', 
115's',116't',100'd',99'c',97'a',108'l',108'l'}, 
             {32' ',35'#',101'e',110'n',100'd',105'i',102'f'}, 
             {32' ',35'#',100'd',101'e',102'f',105'i',110'n',101'e',32' ', 
71'G',76'L',70'F',87'W',95'_',67'C',65'A',76'L',76'L',66'B',65'A',67'C', 
75'K',95'_',68'D',69'E',70'F',73'I',78'N',69'E',68'D'}, 
             {35'#',101'e',110'n',100'd',105'i',102'f',32' ',47'/',42'*', 
32' ',67'C',65'A',76'L',76'L',66'B',65'A',67'C',75'K',32' ',42'*',47'/'}, 
             {}, 
             {47'/',42'*',32' ',77'M',111'o',115's',116't',32' ',71'G',76'L', 
47'/',103'g',108'l',117'u',46'.',104'h',32' ',118'v',97'a',114'r',105'i', 
97'a',110'n',116't',115's',32' ',111'o',110'n',32' ',87'W',105'i',110'n', 
100'd',111'o',119'w',115's',32' ',110'n',101'e',101'e',100'd',32' ',119'w', 
99'c',104'h',97'a',114'r',95'_',116't'}, 
             {32' ',42'*',32' ',79'O',112'p',101'e',110'n',71'G',76'L',47'/', 
103'g',108'l',46'.',104'h',32' ',98'b',108'l',111'o',99'c',107'k',115's', 
32' ',116't',104'h',101'e',32' ',100'd',101'e',102'f',105'i',110'n',105'i', 
116't',105'i',111'o',110'n',32' ',111'o',102'f',32' ',112'p',116't',114'r', 
100'd',105'i',102'f',102'f',95'_',116't',32' ',98'b',121'y',32' ',103'g', 
108'l',101'e',120'x',116't',46'.',104'h',32' ',111'o',110'n',32' ',79'O', 
83'S',32' ',88'X',32' ',42'*',47'/'}, 
             {35'#',105'i',102'f',32' ',33'!',100'd',101'e',102'f',105'i', 
110'n',101'e',100'd',40'(',71'G',76'L',70'F',87'W',95'_',73'I',78'N',67'C', 
76'L',85'U',68'D',69'E',95'_',78'N',79'O',78'N',69'E',41')'}, 
             {32' ',35'#',105'i',110'n',99'c',108'l',117'u',100'd',101'e', 
32' ',60'<',115's',116't',100'd',100'd',101'e',102'f',46'.',104'h',62'>'}, 
             ... 

I don't know exactly which characters mess things up, but the real deal would be to somehow convert the string to real string (avoid injection).

new topic     » goto parent     » topic index » view message » categorize

6. Re: Sequence found inside character string

constyy said...

Hello, sorry for the late response, I think that my password messed up and I had problems logging in. I could not locate an administrator email in the wiki page so I created a new account (with two "yy"s on the end). If an administrator is reading this he could double check the registration and password reset process in case of any troubles.

As you said here's the log file:

D:\Development\Euphoria\glfw3\glfw3gen.ex:15 
sequence found inside character string  
 
             ... 

I don't know exactly which characters mess things up, but the real deal would be to somehow convert the string to real string (avoid injection).

The error msg is pointing to D:\Development\Euphoria\glfw3\glfw3gen.ex:15 <<== line 15

What is line 15?

Many years ago, before Eu v3, i wrote a short function to read in a flat file to a flat sequence:

global function getf(sequence filename) 
object junk, file, filecontents 
 file = open(filename,"r") 
 if not equal(file,-1) then 
   filecontents = "" 
   junk = gets(file) 
   while not equal(junk,-1) do 
     filecontents &= junk 
     junk = gets(file) 
   end while 
   close(file) 
   return filecontents 
 end if 
 return -1 
end function 

It works like i think you want read_file() to work. In keeping with the "getx" format of Eu's getc() and gets(), i wrote that getf() and a getw().

useless

new topic     » goto parent     » topic index » view message » categorize

7. Re: Sequence found inside character string

Could you post line 15 of glfw3gen.ex

or

ex.err from folder glfw3?

Don Cole

new topic     » goto parent     » topic index » view message » categorize

8. Re: Sequence found inside character string

consty said...

Hello I try to read a file and says the message above.

integer file = open("D:\\Development\\PATH\\glfw3.h", "r") 
sequence data = read_lines(file) 

Any ideas what's going on? Is that I need to escape the string somehow?

Reading subsequent posts, it would seem that line 15 of your program is having the issue.

What does line 15 look like?

I'm assuming you are trying to print or otherwise use some function that expects a string but instead you are using the 'data' variable. Note that after read_lines() is executed, the 'data' variable will contain a set of strings and not just one single string.

new topic     » goto parent     » topic index » view message » categorize

9. Re: Sequence found inside character string

I looked at this line 15 and having browsed this page http://openeuphoria.org/docs/std_io.html#_1552_io

I found that the problem was that the data is read as sequence and not as string. I did a "puts" to print the data object which was wrong.

new topic     » goto parent     » topic index » view message » categorize

10. Re: Sequence found inside character string

constyy said...

I looked at this line 15 and having browsed this page http://openeuphoria.org/docs/std_io.html#_1552_io

I found that the problem was that the data is read as sequence and not as string. I did a "puts" to print the data object which was wrong.

What did you do to fix it?

new topic     » goto parent     » topic index » view message » categorize

11. Re: Sequence found inside character string

I did this

pretty_print(1, data, {2}) 
new topic     » goto parent     » topic index » view message » categorize

12. Re: Sequence found inside character string

constyy said...

I did this

pretty_print(1, data, {2}) 

You could also do

for putsloop = 1 to length(data) do 
  puts(1,data[putsloop]&"\n") 
end for 

useless

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu