Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
verhas
/
jScriptBasic
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
20
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
jScriptBasic
src
main
java
com
scriptbasic
utility
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 12, 2024
Add support for Date type and date specific functions (Year, Month, Day, DateSerial, DateAdd, CDate, DateDiff, IsDate, Date)
PetrPytelka
committed
c09e048
View commit details
Copy full SHA for c09e048
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
Merge pull request #30 from PetrPytelka/empty_value
Show description for 8a6d3da
verhas
authored
8a6d3da
View commit details
Copy full SHA for 8a6d3da
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
Fixed formatting, improved test
PetrPytelka
committed
1666063
View commit details
Copy full SHA for 1666063
View code at this point
Browse repository at this point
new string function CStr, conversion to String using RightValue
PetrPytelka
committed
343e895
View commit details
Copy full SHA for 343e895
View code at this point
Browse repository at this point
Test on null value and new function isNull
PetrPytelka
committed
bba312b
View commit details
Copy full SHA for bba312b
View code at this point
Browse repository at this point
String functions (trim, left, right, mid) - supports null parameter and numerical parameter, improved VB compatibility
PetrPytelka
committed
f15f414
View commit details
Copy full SHA for f15f414
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
Support for empty value / uninitialized variable
PetrPytelka
committed
6786844
View commit details
Copy full SHA for 6786844
View code at this point
Browse repository at this point
Merge pull request #28 from PetrPytelka/extensible_numeric_types
Show description for 85d32e9
verhas
authored
85d32e9
View commit details
Copy full SHA for 85d32e9
View code at this point
Browse repository at this point
Merge pull request #21 from PetrPytelka/improved_round_function
Show description for 7a19b39
verhas
authored
7a19b39
View commit details
Copy full SHA for 7a19b39
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
Fixed javadoc
PetrPytelka
committed
ba7a68a
View commit details
Copy full SHA for ba7a68a
View code at this point
Browse repository at this point
New functions CHR and ASC
PetrPytelka
committed
0f2e3e8
View commit details
Copy full SHA for 0f2e3e8
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
AbstractNumericRightValue can be parametrized with different inner type, new method getNumericValue.
PetrPytelka
committed
cd51539
View commit details
Copy full SHA for cd51539
View code at this point
Browse repository at this point
Commits on Feb 4, 2020
Fixed text of exception
PetrPytelka
committed
868cc20
View commit details
Copy full SHA for 868cc20
View code at this point
Browse repository at this point
Commits on Feb 3, 2020
New functions CLng and CDbl
PetrPytelka
committed
d4dcfcc
View commit details
Copy full SHA for d4dcfcc
View code at this point
Browse repository at this point
Commits on Jan 28, 2020
roundingMode extracted to static variable, implemented recommended changes
PetrPytelka
committed
c5e099d
View commit details
Copy full SHA for c5e099d
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
Round function was extended with optional parameter numdecimalplaces, increased compatibility with VBA implementation
PetrPytelka
committed
ed1978f
View commit details
Copy full SHA for ed1978f
View code at this point
Browse repository at this point
Commits on Jan 12, 2020
code cleanup suggested by IntelliJ
Show description for 6007835
verhas
committed
6007835
View commit details
Copy full SHA for 6007835
View code at this point
Browse repository at this point
a few refactor and typos
verhas
committed
914b05b
View commit details
Copy full SHA for 914b05b
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
Fix parameter start for mid function (indexed from 1)
PetrPytelka
committed
70e6a92
View commit details
Copy full SHA for 70e6a92
View code at this point
Browse repository at this point
Commits on Jan 7, 2020
Add string function LEFT
PetrPytelka
committed
03170ae
View commit details
Copy full SHA for 03170ae
View code at this point
Browse repository at this point
Commits on Dec 24, 2019
minor updates
verhas
committed
fe470f2
View commit details
Copy full SHA for fe470f2
View code at this point
Browse repository at this point
Commits on Dec 17, 2019
logging was converted to DEBUG from INFO at lot of places
verhas
committed
8813db1
View commit details
Copy full SHA for 8813db1
View code at this point
Browse repository at this point
Commits on Dec 16, 2019
Add colon as multi-line separator, see: https://docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/program-structure/how-to-break-and-combine-statements-in-code#to-place-multiple-statem…
Show description for 9041906
PetrPytelka
committed
9041906
View commit details
Copy full SHA for 9041906
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
javadoc fixup
Show description for 68f143a
verhas
committed
68f143a
View commit details
Copy full SHA for 68f143a
View code at this point
Browse repository at this point
Commits on Aug 3, 2018
intelliJ analysis
Show description for 5560acd
verhas
committed
5560acd
View commit details
Copy full SHA for 5560acd
View code at this point
Browse repository at this point
Commits on Jul 30, 2018
code cleanup
Show description for 5e6ead4
verhas
committed
5e6ead4
View commit details
Copy full SHA for 5e6ead4
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
ClassSetProvider implementations can provide the set of classes
Show description for db36117
verhas
committed
db36117
View commit details
Copy full SHA for db36117
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
more documentation
verhas
committed
0c0422e
View commit details
Copy full SHA for 0c0422e
View code at this point
Browse repository at this point
Commits on Dec 8, 2017
Java method invocation works for interpreter aware methods
verhas
committed
614b512
View commit details
Copy full SHA for 614b512
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
invoking Java from BASIC passes the interpreter as first argument
Show description for 43bdb00
verhas
committed
43bdb00
View commit details
Copy full SHA for 43bdb00
View code at this point
Browse repository at this point
exported interfaces and classes are moved to api and spi directory, also
Show description for 4c924b1
verhas
committed
4c924b1
View commit details
Copy full SHA for 4c924b1
View code at this point
Browse repository at this point
Configuration is moved to the api
verhas
committed
7082e44
View commit details
Copy full SHA for 7082e44
View code at this point
Browse repository at this point
Some interfaces are moved to API and BasicValue interface was created
verhas
committed
784edf8
View commit details
Copy full SHA for 784edf8
View code at this point
Browse repository at this point
SimpleHook and InterpreterHook was moved to the api
verhas
committed
c1af825
View commit details
Copy full SHA for c1af825
View code at this point
Browse repository at this point
ExecutionException was eliminated, now we have ScriptBasicException instead
verhas
committed
4269fa4
View commit details
Copy full SHA for 4269fa4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.