jvanegmond Posted February 21, 2009 Posted February 21, 2009 (edited) For the record i didn't mean to come off as condescending as i did, it's just a bit of a peeve of mine when people blame the language for their inability to solve a problem.I completely agree with you on that. However, I do notice many people stick to AutoIt once they have learned it as their first language. It is essential to become a great programmer to learn a multiple of languages and be able to pick the right language for the job.Edit: Looks like I broke my own promise (?) of going back to my programmer rock. Perhaps this discussion is better left for another time. Edited February 21, 2009 by Manadar github.com/jvanegmond
BrettF Posted February 21, 2009 Posted February 21, 2009 I completely agree with you on that. However, I do notice many people stick to AutoIt once they have learned it as their first language. It is essential to become a great programmer to learn a multiple of languages and be able to pick the right language for the job.Edit: Looks like I broke my own promise (?) of going back to my programmer rock. Perhaps this discussion is better left for another time.I like AutoIt... And I'm too lazy to learn something else Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
CodyBarrett Posted February 21, 2009 Posted February 21, 2009 (edited) im learning Javascript and after using Autoit for a year and a half....wait... no 6months or so idk its really easy, compared to C++ whitch i gave up on learning... BTW why cant you just useStringtrimright('File.txt',1) wouldnt that do the job EDIT forgot to say I LOVE AUTOIT!!! i actually am teaching a few friends of mine... and uhh there not really getting it, i guess they just need something to reference it to to learn it better... that helps most times.. GOOD luck with this problem and i betcha Brett is right, as usuall i would recomend using his examples more than mine (I AM SO NOT KISSING A**!!!!!!) lol Edited February 21, 2009 by CodyBarrett [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size]
jvanegmond Posted February 21, 2009 Posted February 21, 2009 im learning Javascript and after using Autoit for a year and a half....wait... no 6months or so idk its really easy, compared to C++ whitch i gave up on learning... BTW why cant you just useStringtrimright('File.txt',1) wouldnt that do the jobThe return value would be: File.tx github.com/jvanegmond
CodyBarrett Posted February 21, 2009 Posted February 21, 2009 Good Point my bad i appologize.... but ok hows this?would this work for him StringTrimRight(Fileread('File.txt'),1) ?? lol OR you can use a variable inplace of the Fileread() [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size]
jvanegmond Posted February 21, 2009 Posted February 21, 2009 Good Point my bad i appologize.... but ok hows this?would this work for him StringTrimRight(Fileread('File.txt'),1) ?? lol OR you can use a variable inplace of the Fileread()That is correct, but then again: Have a look at his post. He asked for something faster than StringTrimRight. ^^ We're back at square one. StringTrimRight() would work, but it would take too long to process...anything alittle faster? github.com/jvanegmond
CodyBarrett Posted February 21, 2009 Posted February 21, 2009 lol, then i cant help its out of my range of knowledge Brett, Manadar GO FOR IT [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now