User Tag List

Results 1 to 3 of 3

Thread: Strings Limitation on Expression Editor

  1. #1
    Clicker Fusion 2.5 Developer

    Join Date
    May 2007
    Posts
    548
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Strings Limitation on Expression Editor

    Hi, all.

    I'm a new user of MMF2. I've been a MMF 1.2 user a long time ago and I was a member of the old forum. I'm using the demo version B247 until my MMF2 arrives and I'd like to make my first request to the Clickteam team of developers:

    Please make the expression editor accept more characters at once. I can't assign a global string with the values I want and I can't use ODBC properly because it requires long expressions (I've tested in other programming languages and ODBC should accept something like this at once:

    "if not exists(select name from sysobjects where name = 'task' and type = 'U') create table task (taskCode int, taskShortDescription varchar(255), taskClient int, taskStartDate smalldatetime, taskEstimDate smalldatetime, taskPriority smallint, taskDetails varchar(255), taskEndDate smalldatetime"
    If there's a workaround, please let me know. It's nice to be here in this community once again.

    HAPPY NEW YEAR TO YOU ALL!!!!!! :grin:

  2. #2
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Strings Limitation on Expression Editor

    you can just break the string up into something like:

    "if not exists(select name from sysobjects where name = 'task' and type = 'U') create table task (taskCode int, taskShortDescription varchar(255), taskClient int," + " taskStartDate smalldatetime, taskEstimDate smalldatetime, taskPriority smallint, taskDetails varchar(255), taskEndDate smalldatetime"

  3. #3
    Clicker Fusion 2.5 Developer

    Join Date
    May 2007
    Posts
    548
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Strings Limitation on Expression Editor

    Thank you. That worked like a charm.
    *gives beer*
    Cheers!

Similar Threads

  1. internal sound strings in expression editor
    By Boba Fonts in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 28th December 2016, 07:28 PM
  2. The difference between text in expression editor and text in strings?
    By RobertRule in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st July 2013, 10:13 PM
  3. Concatenate Strings on Expression Editor
    By haora in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 22nd November 2006, 11:04 AM

Posting Permissions

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