Results 1 to 2 of 2

Thread: help mismatch line

  1. #1
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Exclamation help mismatch line

    Type mismatch at line 307
    Compiling failed.

    here is the line

    if(P07_ContainsText(P07_GetUpText, 'ubur' )) then

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Try

    Simba Code:
    if(P07_ContainsText, 'ubur' )) then

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
  •