Giter Site home page Giter Site logo

scheduler.au3's People

Contributors

huynhphungdt avatar thedcoder avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

scheduler.au3's Issues

Get "Testing.au3" back to work

Hi @TheDcoder ,

you mentioned already:

You got the idea, leave Testing.au3 from this commit so that we can deal with it later in another commit. I understand that this can cause a bit of confusion as your new script is called Tests.au3 but it's just temporary so let's leave it until we have a proper example script. Deleting it entirely is also on the table, but I haven't thought much about it yet.

How about I refactore the Testing.au3 script at least in this way, that it works properly again? Otherwise this

While True
	Local $sInput = InputBox("Timesheet Multi Test", "Enter timings")
	If @error Then ExitLoop
	Local $aSchedule = StringSplit($sInput, ',', 2)
	For $i = 0 To UBound($aSchedule) - 1
		If StringLeft($aSchedule[$i], 1) <> '[' Then ContinueLoop
		$aSchedule[$i] = StringMid($aSchedule[$i], 2, StringLen($aSchedule[$i]) - 2)
		$aSchedule[$i] = StringSplit($aSchedule[$i], ';', 2)
	Next
	Local $aSheet = _Scheduler_MakeTimesheet($aSchedule)
	_ArrayDisplay($aSheet, "Timesheet Multi Test")
WEnd

breaks all the time a user tries this. I understand that you would like to have a proper example, but at least one example that works ๐Ÿ˜… . The second step could be to rename the file (this would avoid the possible confusion).

Should I do it or is it not worthy enough?

Best regards
Sven

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.