Hello Razzak It 'just what I needed You're always very kind and absolutely precise in your explanations
Grazie e buona giornata Daniele -----Messaggio originale----- From: A. Razzak Memon Sent: Monday, July 21, 2014 6:26 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: File lenght At 11:23 AM 7/21/2014, [email protected] wrote:
I do not remember if there is a command to get the length in bytes of an existing file.
Daniel, You mean the "file size" of an existing file in bytes. Correct? If yes ... Use GetFileSize Plugin to capture the size of a particular file. Here's how ... Syntax: PLUGIN GetFileSize vFileSizeTxt|FileName.ext Where: vFileSizeTxt is the variable to return the text value of a given file size. FileName.ext is the actual name and extension of the file, preceding with the full path. Notes: Returned variable name and the exact file name with path must be separated by a "|" pipe symbol Very Best R:egards, Razzak. www.rbase.com www.facebook.com/rbase -- 31 years of continuous innovation! 16 Years of R:BASE Technologies, Inc. making R:BASE what it is today! -- --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================ --- Questa e-mail è priva di virus e malware perché è attiva la protezione avast! Antivirus. http://www.avast.com

