Results 1 to 8 of 8

Thread: Ugh, can i have some help?

  1. #1
    Join Date
    Nov 2007
    Location
    UK
    Posts
    242
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Ugh, can i have some help?

    Okay, here's what happens. When i try to open the bitmap to string window, or even dtm window, it will open. but it won't display the whole thing, just a little bit. and when i try to use radialwalk, it says "Line 54 Unknown identifier "Sine" in script" and the script was 4 lines long (I was just seeing if it worked, not an actual script)
    thanks in advance!

  2. #2
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    The Unknown Identifier "Sine" was caused because of that you didn't have SetupSRL in there, another thing that confirms my "diagnose" is that if your script was 4 lines long and contained radial walk, you had

    Program New;
    Begin
    RadialWalk;
    End.

    but, that would be impossible - I mean for it to give sine error, because you don't have SRL included, so your script was 5 lines long, unless you meant 4 lines of code like RadialWalk; etc.

    But simply said, you need SetupSRL.

  3. #3
    Join Date
    Nov 2007
    Location
    UK
    Posts
    242
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the four lines long this was an example, but i see what you mean, do you know how to fix the bitmap to string problem?

  4. #4
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    What do you mean by little bit?

  5. #5
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Add this right under program new;
    SCAR Code:
    {.include srl/srl.scar}

  6. #6
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Who are you talking to? Lol

    His problem was in the SetupSRL, thats what I was referring to with that 4 line script, if he already didn't have the SRL.scar included, tell me, how did he get Sine error which is in math.scar?

    I won, k?

  7. #7
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    oooh, didn't see that, *Gives N3s the Glare* lol. i guess you were right, =p srry!
    you won. =p. il just have to send my siggy to your house. =p

  8. #8
    Join Date
    Nov 2007
    Location
    UK
    Posts
    242
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    By a little bit, i mean it will display some of the window, just not the "Ok" "Cancel" "+" or "-" buttons

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •