@rakilo said in Add possibility to add and use a custom sms provider:
Add possibility to add and use a custom sms provider, not only the 4 ones that are on the list.
thanks
You can create your own function for working with any sms service and convert it into a module.
https://www.youtube.com/watch?v=sLNxrcZMOA0
@ocraft said in Add default value to table columon database (INT):
Hello,
I need to create column with ID, and default value is set to 0,
Adding the feature to set default value of the INT will help alot.
@darkstone said in System Path (Very important):
I hope that you add some options to get (Desktop Path), (Temp Path), (Document Path) that is really easy to programming it but very useful.
Also Solve a problem with current Project Path and let it give us a path for the actual exe file not which it compiled by BAS not the FastExecutionPath.
To do this, you can use the environment variable:
@echo %USERPROFILE%
test script