Search found 1 match

by dondon
17 Jun 2016 10:20
Forum: DOS Batch Forum
Topic: Speed Issue with blank variables
Replies: 7
Views: 6143

Speed Issue with blank variables

I have some speed issues regarding this code.I want to use a blank varriable but this requires conveting symbol to value and value to symbol each and every time.The speed issue is about 1.5 s but i must reduce it to 1 s.Without the conversion it would take about 0.01 seconds and i can do a timer.But...