Quote Originally Posted by malwww View Post
i dont know much about variables and this if my first test program it count from 0 to 9 please i need help how to use variables with shiftout and if there r any other ways thank you
Variables are just places in memory set aside to store ones and zeros, that place gets an alias (NAME) chosen by you when you write the program. Here is a thread to a tachometer I wrote using shiftout to a 4 digit LED display. A lot of what you need to do was done here. Look the code over and read all the posts. http://www.picbasic.co.uk/forum/showthread.php?t=9037