Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4

Thread: Call Fail

  1. #1
    Join Date
    Jul 2007
    Posts
    287

    Call Fail

    b1x = File.GetSize("auto............................. b4x = FileGetSize("....

    b1xx = String.GetFormattedSize(b1x, FMTSIZE_BYTES, true);
    b2xx = String.GetFormattedSize(b2x, FMTSIZE_BYTES, true);
    b3xx = String.GetFormattedSize(b3x, FMTSIZE_BYTES, true);
    b4xx = String.GetFormattedSize(b4x, FMTSIZE_BYTES, true);

    for i,result in b1xx do
    result = Dialog.Message("Notice", "b"..i.."xx", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
    end


    Problem in for code... Thx

  2. #2
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    use an array instead...


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

  3. #3
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Come on! read the help file. String.GetFormattedSize() returns a string, not a table.
    Dermot

    I am so out of here

  4. #4
    Join Date
    Jul 2007
    Posts
    287
    Quote Originally Posted by Dermot View Post
    Come on! read the help file. String.GetFormattedSize() returns a string, not a table.

    thx ...

Similar Threads

  1. Trouble Call - Sql project
    By markstaylor in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 09-30-2005, 03:19 PM
  2. Call DLL -- CreateMutex
    By jassing in forum Setup Factory 6.0
    Replies: 3
    Last Post: 04-04-2003, 02:14 PM
  3. Failed to call DLL function. (#2, Line 1)
    By fe4ther in forum Setup Factory 6.0
    Replies: 4
    Last Post: 01-14-2003, 08:01 PM
  4. SUF6 - Call DLL action
    By Romahe in forum Setup Factory 5.0
    Replies: 1
    Last Post: 11-27-2001, 06:02 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