User Tag List

Results 1 to 4 of 4

Thread: Mixed Strings & Numbers

  1. #1
    No Products Registered

    Join Date
    Sep 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mixed Strings & Numbers

    How would it be possible for me to have this code in one string.

    "INSERT INTO Repairorder"+" (wrono, techno, clientname, clientno, nor1)"+" VALUES "+value( "Counter" )+"', "+"'"+Edittext$( "Tech No" )+"', "+"'"+Edittext$( "Client Name" )+"', "+"'"+Edittext$( "Client no" )+"', "+"'"+Edittext$( "Nature Of Repair" )+"');"

    I want to use a counter value with other strings

  2. #2
    No Products Registered

    Join Date
    Sep 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mixed Strings & Numbers

    or add the value of a counter object to a text edit box ?

  3. #3
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mixed Strings & Numbers

    To convert a number to a string, enclose it in Str$( ) - this should go around the value("Counter") here.

  4. #4
    No Products Registered

    Join Date
    Sep 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Mixed Strings & Numbers

    COOL THANKS ALOT :0

Similar Threads

  1. Random Numbers and expiring the result numbers.
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 26th April 2013, 04:11 PM
  2. Mixed angles and directions
    By Anders in forum File Archive
    Replies: 2
    Last Post: 22nd March 2010, 01:01 AM
  3. Numbers and Strings in Arrays
    By artician in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 26th October 2008, 06:00 PM
  4. Mixed Strings and Numbers Bug?
    By artician in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 17th June 2008, 01:43 AM
  5. Mixed Strings and Numbers (bug?)
    By artician in forum File Archive
    Replies: 1
    Last Post: 16th June 2008, 11:25 PM

Posting Permissions

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